Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/microsoft/TypeScript into…
Browse files Browse the repository at this point in the history
… bug/33836
  • Loading branch information
a-tarasyuk committed Apr 2, 2020
2 parents ba62119 + 78a9924 commit f7ab85d
Show file tree
Hide file tree
Showing 2,103 changed files with 51,446 additions and 23,051 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/built/local/**
/tests/**
/lib/**
/src/lib/*.generated.d.ts
/src/lib/*.generated.d.ts
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ scripts/processDiagnosticMessages.js
scripts/produceLKG.js
scripts/importDefinitelyTypedTests/importDefinitelyTypedTests.js
scripts/generateLocalizedDiagnosticMessages.js
scripts/request-pr-review.js
scripts/*.js.map
scripts/typings/
coverage/
Expand Down
3 changes: 3 additions & 0 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const copyright = "CopyrightNotice.txt";
const cleanTasks = [];

const buildScripts = () => buildProject("scripts");
task("scripts", buildScripts);
task("scripts").description = "Builds files in the 'scripts' folder.";

const cleanScripts = () => cleanProject("scripts");
cleanTasks.push(cleanScripts);

Expand Down
30 changes: 25 additions & 5 deletions lib/cs/diagnosticMessages.generated.json

Large diffs are not rendered by default.

25 changes: 22 additions & 3 deletions lib/de/diagnosticMessages.generated.json

Large diffs are not rendered by default.

30 changes: 25 additions & 5 deletions lib/es/diagnosticMessages.generated.json

Large diffs are not rendered by default.

30 changes: 25 additions & 5 deletions lib/fr/diagnosticMessages.generated.json

Large diffs are not rendered by default.

166 changes: 93 additions & 73 deletions lib/it/diagnosticMessages.generated.json

Large diffs are not rendered by default.

36 changes: 28 additions & 8 deletions lib/ja/diagnosticMessages.generated.json

Large diffs are not rendered by default.

27 changes: 22 additions & 5 deletions lib/ko/diagnosticMessages.generated.json

Large diffs are not rendered by default.

Loading

0 comments on commit f7ab85d

Please sign in to comment.