From 077024c24014594b4581b744eee9aa6a2d3c1086 Mon Sep 17 00:00:00 2001 From: Andra Blaj Date: Mon, 15 Jul 2024 09:01:30 +0300 Subject: [PATCH] chore: Clarify TypeScript usage (#41) --- radar/2023-09-12/typescript.md | 4 +--- radar/2024-07-02/typescript.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 radar/2024-07-02/typescript.md diff --git a/radar/2023-09-12/typescript.md b/radar/2023-09-12/typescript.md index 6944a9d..3c346b7 100644 --- a/radar/2023-09-12/typescript.md +++ b/radar/2023-09-12/typescript.md @@ -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. \ No newline at end of file +TypeScript is used a lot in CHT webapp with the potential to use it more widely. \ No newline at end of file diff --git a/radar/2024-07-02/typescript.md b/radar/2024-07-02/typescript.md new file mode 100644 index 0000000..87b5e8b --- /dev/null +++ b/radar/2024-07-02/typescript.md @@ -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. \ No newline at end of file