TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
Перейти к файлу
Ron Buckton f9d7f85ce2
Refactor wrapSymbolTrackerToReportForContext to improve perf
2022-12-06 14:56:25 -05:00
.devcontainer
.github Add FabricBot config, removing @amcasey pings (#51775) 2022-12-06 09:47:11 -08:00
.vscode
bin
doc
lib
scripts
src Refactor wrapSymbolTrackerToReportForContext to improve perf 2022-12-06 14:56:25 -05:00
tests Fix missed errors in switch when using union of literal and non-literal types (#38686) (#51373) 2022-12-06 10:50:21 -08:00
.dockerignore
.editorconfig
.eslintignore
.eslintplugin.js
.eslintrc.json
.git-blame-ignore-revs
.gitattributes
.gitignore Refactor wrapSymbolTrackerToReportForContext to improve perf 2022-12-06 14:56:25 -05:00
.gulp.js
.yarnrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CopyrightNotice.txt
Dockerfile
Herebyfile.mjs Remove webServer (#51699) 2022-12-06 08:41:01 -08:00
LICENSE.txt
README.md
SECURITY.md
ThirdPartyNoticeText.txt
package-lock.json Update package-lock.json 2022-12-06 06:06:23 +00:00
package.json

README.md

TypeScript

GitHub Actions CI Devops Build Status npm version Downloads

TypeScript is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript. Try it out at the playground, and stay up to date via our blog and Twitter account.

Find others who are using TypeScript at our community page.

Installing

For the latest stable version:

npm install -g typescript

For our nightly builds:

npm install -g typescript@next

Contribute

There are many ways to contribute to TypeScript.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Documentation

Roadmap

For details on our planned features and future direction please refer to our roadmap.