Microsoft refers to this TypeScript as Challenge Corsa. Since initially asserting the native model of TypeScript in March, Microsoft has made enhancements reminiscent of fuller kind checking, type-checking help for JSX, and type-checking help for JavaScript information. API design stays within the early phases. Plans for later this 12 months name for having a extra full model of the compiler with main options reminiscent of --build
and language service options for editors.
Builders can entry the native TypeScript compiler over NPM by way of the command npm set up -D @typescript/native-preview
.
The bundle consists of an executable known as tsgo
, which runs equally to tsc
, the prevailing executable made out there by the typescript
bundle. The intent is to finally rename tsgo
to tsc
and transfer it to the typescript
bundle. Moreover, for modifying, builders can set up the TypeScript (Native Preview) extension in VS Code by way of the VS Code Extension Market. Nonetheless in early phases of improvement, the extension defers to the built-in TypeScript extension in VS Code, Microsoft mentioned. For that motive, the extension will must be enabled even after set up. This may be performed by opening VS Code’s command palette and operating the command TypeScript Native Preview: Allow (Experimental)
.