|
1 |
| -[](https://travis-ci.org/Microsoft/TypeScript) |
2 |
| -[](https://dev.azure.com/typescript/TypeScript/_build/latest?definitionId=4&view=logs) |
| 1 | +[](https://travis-ci.org/Microsoft/TypeScript) |
| 2 | +[](https://dev.azure.com/typescript/TypeScript/_build/latest?definitionId=4&view=logs) |
3 | 3 | [](https://www.npmjs.com/package/typescript)
|
4 | 4 | [](https://www.npmjs.com/package/typescript)
|
5 | 5 |
|
@@ -28,14 +28,14 @@ npm install -g typescript@next
|
28 | 28 | There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md) to TypeScript.
|
29 | 29 | * [Submit bugs](https://github.com/Microsoft/TypeScript/issues) and help us verify fixes as they are checked in.
|
30 | 30 | * Review the [source code changes](https://github.com/Microsoft/TypeScript/pulls).
|
31 |
| -* Engage with other TypeScript users and developers on [StackOverflow](https://stackoverflow.com/questions/tagged/typescript). |
| 31 | +* Engage with other TypeScript users and developers on [StackOverflow](https://stackoverflow.com/questions/tagged/typescript). |
32 | 32 | * Join the [#typescript](https://twitter.com/search?q=%23TypeScript) discussion on Twitter.
|
33 | 33 | * [Contribute bug fixes](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md).
|
34 | 34 | * Read the language specification ([docx](https://github.com/Microsoft/TypeScript/blob/master/doc/TypeScript%20Language%20Specification.docx?raw=true),
|
35 | 35 | [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 | 36 |
|
37 |
| -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see |
38 |
| -the [Code of Conduct FAQ ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) |
| 37 | +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see |
| 38 | +the [Code of Conduct FAQ ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) |
39 | 39 | with any additional questions or comments.
|
40 | 40 |
|
41 | 41 | ## Documentation
|
@@ -71,17 +71,17 @@ npm install
|
71 | 71 | Use one of the following to build and test:
|
72 | 72 |
|
73 | 73 | ```
|
74 |
| -gulp local # Build the compiler into built/local |
75 |
| -gulp clean # Delete the built compiler |
| 74 | +gulp local # Build the compiler into built/local |
| 75 | +gulp clean # Delete the built compiler |
76 | 76 | gulp LKG # Replace the last known good with the built one.
|
77 | 77 | # Bootstrapping step to be executed when the built compiler reaches a stable state.
|
78 |
| -gulp tests # Build the test infrastructure using the built compiler. |
79 |
| -gulp runtests # Run tests using the built compiler and test infrastructure. |
80 |
| - # You can override the host or specify a test for this command. |
81 |
| - # Use --host=<hostName> or --tests=<testPath>. |
| 78 | +gulp tests # Build the test infrastructure using the built compiler. |
| 79 | +gulp runtests # Run tests using the built compiler and test infrastructure. |
| 80 | + # You can override the host or specify a test for this command. |
| 81 | + # Use --host=<hostName> or --tests=<testPath>. |
82 | 82 | gulp baseline-accept # This replaces the baseline test results with the results obtained from gulp runtests.
|
83 | 83 | gulp lint # Runs tslint on the TypeScript source.
|
84 |
| -gulp help # List the above commands. |
| 84 | +gulp help # List the above commands. |
85 | 85 | ```
|
86 | 86 |
|
87 | 87 |
|
|
0 commit comments