2
2
# TypeScript
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/microsoft/TypeScript.svg?branch=master )] ( https://travis-ci.org/microsoft/TypeScript )
5
- [ ![ VSTS Build Status] ( https://dev.azure.com/typescript/TypeScript/_apis/build/status/Typescript/node10 )] ( https://dev.azure.com/typescript/TypeScript/_build/latest ?definitionId=4&view=logs )
5
+ [ ![ Devops Build Status] ( https://dev.azure.com/typescript/TypeScript/_apis/build/status/Typescript/node10 )] ( https://dev.azure.com/typescript/TypeScript/_build?definitionId=7 )
6
6
[ ![ npm version] ( https://badge.fury.io/js/typescript.svg )] ( https://www.npmjs.com/package/typescript )
7
7
[ ![ Downloads] ( https://img.shields.io/npm/dm/typescript.svg )] ( https://www.npmjs.com/package/typescript )
8
8
@@ -33,8 +33,8 @@ There are many ways to [contribute](https://github.com/microsoft/TypeScript/blob
33
33
* Help each other in the [ TypeScript Community Discord] ( https://discord.gg/typescript ) .
34
34
* Join the [ #typescript] ( https://twitter.com/search?q=%23TypeScript ) discussion on Twitter.
35
35
* [ Contribute bug fixes] ( https://github.com/microsoft/TypeScript/blob/master/CONTRIBUTING.md ) .
36
- * Read the language specification ([ docx] ( https://github.com/microsoft/TypeScript/blob/master/doc/TypeScript%20Language%20Specification.docx?raw=true ) ,
37
- [ pdf] ( https://github.com/microsoft/TypeScript/blob/master/doc/TypeScript%20Language%20Specification.pdf?raw=true ) , [ md] ( https://github.com/microsoft/TypeScript/blob/master/doc/spec.md ) ).
36
+ * Read the archived language specification ([ docx] ( https://github.com/microsoft/TypeScript/blob/master/doc/TypeScript%20Language%20Specification%20-%20ARCHIVED .docx?raw=true ) ,
37
+ [ pdf] ( https://github.com/microsoft/TypeScript/blob/master/doc/TypeScript%20Language%20Specification%20-%20ARCHIVED .pdf?raw=true ) , [ md] ( https://github.com/microsoft/TypeScript/blob/master/doc/spec-archived .md ) ).
38
38
39
39
This project has adopted the [ Microsoft Open Source Code of Conduct] ( https://opensource.microsoft.com/codeofconduct/ ) . For more information see
40
40
the
[ Code of Conduct FAQ
] ( https://opensource.microsoft.com/codeofconduct/faq/ ) or contact
[ [email protected] ] ( mailto:[email protected] )
@@ -44,7 +44,6 @@ with any additional questions or comments.
44
44
45
45
* [ TypeScript in 5 minutes] ( https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html )
46
46
* [ Programming handbook] ( https://www.typescriptlang.org/docs/handbook/basic-types.html )
47
- * [ Language specification] ( https://github.com/microsoft/TypeScript/blob/master/doc/spec.md )
48
47
* [ Homepage] ( https://www.typescriptlang.org/ )
49
48
50
49
## Building
@@ -67,7 +66,7 @@ Install [Gulp](https://gulpjs.com/) tools and dev dependencies:
67
66
68
67
``` bash
69
68
npm install -g gulp
70
- npm install
69
+ npm ci
71
70
```
72
71
73
72
Use one of the following to build and test:
@@ -79,8 +78,6 @@ gulp LKG # Replace the last known good with the built one.
79
78
# Bootstrapping step to be executed when the built compiler reaches a stable state.
80
79
gulp tests # Build the test infrastructure using the built compiler.
81
80
gulp runtests # Run tests using the built compiler and test infrastructure.
82
- # Some low-value tests are skipped when not on a CI machine - you can use the
83
- # --skipPercent=0 command to override this behavior and run all tests locally.
84
81
# You can override the specific suite runner used or specify a test for this command.
85
82
# Use --tests=<testPath> for a specific test and/or --runner=<runnerName> for a specific suite.
86
83
# Valid runners include conformance, compiler, fourslash, project, user, and docker
0 commit comments