Skip to content

Commit 4c8524d

Browse files
1 parent 7bfdddf commit 4c8524d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+419451
-369039
lines changed

libraries/typescript/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# TypeScript
33

44
[![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)
66
[![npm version](https://badge.fury.io/js/typescript.svg)](https://www.npmjs.com/package/typescript)
77
[![Downloads](https://img.shields.io/npm/dm/typescript.svg)](https://www.npmjs.com/package/typescript)
88

@@ -33,8 +33,8 @@ There are many ways to [contribute](https://github.com/microsoft/TypeScript/blob
3333
* Help each other in the [TypeScript Community Discord](https://discord.gg/typescript).
3434
* Join the [#typescript](https://twitter.com/search?q=%23TypeScript) discussion on Twitter.
3535
* [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)).
3838

3939
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see
4040
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.
4444

4545
* [TypeScript in 5 minutes](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html)
4646
* [Programming handbook](https://www.typescriptlang.org/docs/handbook/basic-types.html)
47-
* [Language specification](https://github.com/microsoft/TypeScript/blob/master/doc/spec.md)
4847
* [Homepage](https://www.typescriptlang.org/)
4948

5049
## Building
@@ -67,7 +66,7 @@ Install [Gulp](https://gulpjs.com/) tools and dev dependencies:
6766

6867
```bash
6968
npm install -g gulp
70-
npm install
69+
npm ci
7170
```
7271

7372
Use one of the following to build and test:
@@ -79,8 +78,6 @@ gulp LKG # Replace the last known good with the built one.
7978
# Bootstrapping step to be executed when the built compiler reaches a stable state.
8079
gulp tests # Build the test infrastructure using the built compiler.
8180
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.
8481
# You can override the specific suite runner used or specify a test for this command.
8582
# Use --tests=<testPath> for a specific test and/or --runner=<runnerName> for a specific suite.
8683
# Valid runners include conformance, compiler, fourslash, project, user, and docker

libraries/typescript/lib/cs/diagnosticMessages.generated.json

Lines changed: 114 additions & 33 deletions
Large diffs are not rendered by default.

libraries/typescript/lib/de/diagnosticMessages.generated.json

Lines changed: 113 additions & 32 deletions
Large diffs are not rendered by default.

libraries/typescript/lib/diagnosticMessages.generated.json

Lines changed: 0 additions & 1047 deletions
This file was deleted.

libraries/typescript/lib/es/diagnosticMessages.generated.json

Lines changed: 108 additions & 27 deletions
Large diffs are not rendered by default.

libraries/typescript/lib/fr/diagnosticMessages.generated.json

Lines changed: 116 additions & 35 deletions
Large diffs are not rendered by default.

libraries/typescript/lib/it/diagnosticMessages.generated.json

Lines changed: 112 additions & 31 deletions
Large diffs are not rendered by default.

libraries/typescript/lib/ja/diagnosticMessages.generated.json

Lines changed: 114 additions & 33 deletions
Large diffs are not rendered by default.

libraries/typescript/lib/ko/diagnosticMessages.generated.json

Lines changed: 110 additions & 29 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)