Add mts and cts to TypeScript language extensions #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
TypeScript utilizes
mtsandctsextensions for special modules.https://www.typescriptlang.org/docs/handbook/modules/reference.html#module-format-detection
The JavaScript equivalents (
mjsandcjsrepectively) are already in language-data for JS, so this change adds the TypeScript variants to TypeScript's language data.Thanks!
Would you mind tagging a release for this when when you get a chance?
Done (6.4.1)
Thank you!