-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Clarify TypeScript usage (#41)
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |