Skip to content

Commit

Permalink
chore: Clarify TypeScript usage (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj authored Jul 15, 2024
1 parent e4b9317 commit 077024c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 1 addition & 3 deletions radar/2023-09-12/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ quadrant: languages-and-frameworks
tags: [coding]
---

[TypeScript](https://www.typescriptlang.org/) is a language that gets transpiled to native JavaScript code.

It is used a lot in CHT webapp with the potential to use it more widely.
TypeScript is used a lot in CHT webapp with the potential to use it more widely.
10 changes: 10 additions & 0 deletions radar/2024-07-02/typescript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "TypeScript"
ring: adopt
quadrant: languages-and-frameworks
tags: [coding]
---

[TypeScript](https://www.typescriptlang.org/) is a language that gets transpiled to native JavaScript code.

It is currently used in the CHT webapp (since it is required for Angular) and in the new [shared-libs/cht-datasource library](https://github.com/medic/cht-core/tree/master/shared-libs/cht-datasource). There are ongoing discussions about expanding the usage of TypeScript to other parts of the codebase.

0 comments on commit 077024c

Please sign in to comment.