10000 Merge pull request #5912 from sparecycles/fix-contributing-instructions · imskojs/TypeScript@3edc9c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3edc9c9

Browse files
committed
Merge pull request microsoft#5912 from sparecycles/fix-contributing-instructions
fix instructions for contributing to lib.d.ts
2 parents 4137a10 + f8d2a03 commit 3edc9c9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ Your pull request should:
3636

3737
The library sources are in: [src/lib](https://github.com/Microsoft/TypeScript/tree/master/src/lib)
3838

39-
To build the library files, run
39+
Library files in ```built/local/``` are updated by running
4040
```Shell
41-
jake lib
41+
jake
4242
```
4343

44+
The files in ```lib/``` are used to bootstrap compilation and usually do not need to be updated.
45+
4446
#### `src/lib/dom.generated.d.ts` and `src/lib/webworker.generated.d.ts`
4547

4648
These two files represent the DOM typings and are auto-generated. To make any modifications to them, please submit a PR to https://github.com/Microsoft/TSJS-lib-generator

lib/README.md

Lines changed: 1 addition & 1 deletion
< 4383 td data-grid-cell-id="diff-e76217af0f6166b62420740c0a2efad7a4dc0acb3d5a7e2eb773d920131822c3-3-3-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Read this!
22

3
These files are not meant to be edited by hand.
4-
If you need to make modifications, the respective files should be changed within the repository's top-level `src` directory.
4+
If you need to make modifications, the respective files should be changed within the repository's top-level `src` directory and ```jake LKG``` flushes the changes here.

0 commit comments

Comments
 (0)
0