Skip to content

Commit 5e86a10

Browse files
committed
Fix tests and merge
2 parents b693180 + cccf70b commit 5e86a10

File tree

1,167 files changed

+311385
-217856
lines changed

Some content is hidden

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

1,167 files changed

+311385
-217856
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ tests/webhost/*.d.ts
3434
tests/webhost/webtsc.js
3535
tests/cases/**/*.js
3636
tests/cases/**/*.js.map
37-
tests/cases/**/*.d.ts
3837
*.config
3938
scripts/debug.bat
4039
scripts/run.bat
@@ -49,3 +48,4 @@ internal/
4948
**/.vs
5049
**/.vscode
5150
!**/.vscode/tasks.json
51+
!tests/cases/projects/projectOption/**/node_modules

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ In general, things we find useful when reviewing suggestions are:
4040

4141
# Instructions for Contributing Code
4242

43+
## Code of Conduct
44+
45+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
46+
4347
## Contributing bug fixes
4448

4549
TypeScript is currently accepting contributions in the form of bug fixes. A bug must have an issue tracking it in the issue tracker that has been approved ("Milestone == Community") by the TypeScript team. Your pull request should include a link to the bug that you are fixing. If you've submitted a PR for a bug, please post a comment in the bug to avoid duplication of effort.
@@ -91,10 +95,10 @@ These two files represent the DOM typings and are auto-generated. To make any mo
9195

9296
## Running the Tests
9397

94-
To run all tests, invoke the `runtests` target using jake:
98+
To run all tests, invoke the `runtests-parallel` target using jake:
9599

96100
```Shell
97-
jake runtests
101+
jake runtests-parallel
98102
```
99103

100104
This run will all tests; to run only a specific subset of tests, use:

Jakefile.js

Lines changed: 177 additions & 101 deletions
Large diffs are not rendered by default.

lib/lib.d.ts

Lines changed: 1300 additions & 1306 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)