Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,6 @@ If you are familiar with Web IDL, you may also want to check whether the upstrea
- `comments.json`: comment strings to be embedded in the generated .d.ts files.
- `deprecatedMessage.json`: the reason why one type is deprecated.

## Deployment to TypeScript

To migrate the *.d.ts files into TypeScript:

1. [Trigger the workflow here](https://github.com/microsoft/TypeScript-DOM-lib-generator/actions/workflows/pr-to-typescript.yml) - this will send a PR to TypeScript under your alias.


1. Update the README table with the mappings for versions in the `@types/[lib]`. E.g. TS 4.5 -> `@types/web` `0.0.23`. Find that number here: https://www.npmjs.com/package/@types/web

1. Generate a CHANGELOG for the releases:

```sh
# lib from to
npm run ts-changelog -- @types/web 0.0.2 0.0.23
```

Expand Down