在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:microsoft/TypeScript开源软件地址:https://github.com/microsoft/TypeScript开源编程语言:TypeScript 100.0%开源软件介绍:TypeScriptTypeScript 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. InstallingFor the latest stable version: npm install -g typescript For our nightly builds: npm install -g typescript@next ContributeThere 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 [email protected] with any additional questions or comments. DocumentationBuildingIn order to build the TypeScript compiler, ensure that you have Git and Node.js installed. Clone a copy of the repo: git clone https://github.com/microsoft/TypeScript.git Change to the TypeScript directory: cd TypeScript Install Gulp tools and dev dependencies: npm install -g gulp
npm ci Use one of the following to build and test:
Usagenode built/local/tsc.js hello.ts RoadmapFor details on our planned features and future direction please refer to our roadmap. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论