Microsoft refers to this TypeScript as Undertaking Corsa. Since initially saying the native model of TypeScript in March, Microsoft has made enhancements resembling fuller kind checking, type-checking assist for JSX, and type-checking assist 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 resembling --build
and language service options for editors.
Builders can entry the native TypeScript compiler over NPM through the command npm set up -D @typescript/native-preview
.
The package deal contains an executable referred to as tsgo
, which runs equally to tsc
, the present executable made out there by the typescript
package deal. The intent is to ultimately rename tsgo
to tsc
and transfer it to the typescript
package deal. Moreover, for modifying, builders can set up the TypeScript (Native Preview) extension in VS Code through the VS Code Extension Market. Nonetheless in early phases of growth, the extension defers to the built-in TypeScript extension in VS Code, Microsoft mentioned. For that purpose, the extension will must be enabled even after set up. This may be accomplished by opening VS Code’s command palette and operating the command TypeScript Native Preview: Allow (Experimental)
.