Skip to content

Commit e0f8c27

Browse files
committed
more updates for README
1 parent d34afaf commit e0f8c27

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ files used for Visual Studio JavaScript language service;
1717

1818
## Input Files:
1919
- `browser.webidl.xml`: the XML spec file generated by Microsoft Edge (due to the different updating schedules between Edge and TypeScript, this may **not** be the most up-to-date version of the spec.);
20-
- `addedTypes.json`: types should exist in either browser or webworker that are missing from the Edge spec. The type can be `property`, `method`, `interface`, `constructor`, or `indexer`.
20+
- `webworker.webidl.xml`: contains additional types for webworker.
21+
- `addedTypes.json`: types that should exist in either browser or webworker but are missing from the Edge spec. The type can be `property`, `method`, `interface`, `constructor`, or `indexer`.
2122
- `overridingTypes.json`: types that are defined in the spec file but has a better or more up-to-date definitions in the json files.
2223
- `removedTypes.json`: types that are defined in the spec file but should be removed.
23-
- `comments.json`:
24+
- `comments.json`: comment strings to be embedded in the generated .js files
2425
- `jsTemplate.js`: the initial templates for `domWeb.js` and `domWindows.js`, which contains the necessary helper functions;
26+
- `sample.json`: sample json file used to tell F# json type provider that structure of the json files. The content of it is not used anywhere.

0 commit comments

Comments
 (0)