You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,13 @@ Your pull request should:
36
36
37
37
The library sources are in: [src/lib](https://github.com/Microsoft/TypeScript/tree/master/src/lib)
38
38
39
-
To build the library files, run
39
+
Library files in ```built/local/``` are updated by running
40
40
```Shell
41
-
jake LKG
41
+
jake
42
42
```
43
43
44
+
The files in ```lib/``` are used to bootstrap compilation and usually do not need to be updated.
45
+
44
46
#### `src/lib/dom.generated.d.ts` and `src/lib/webworker.generated.d.ts`
45
47
46
48
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
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