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
@@ -84,12 +85,12 @@ To migrate the *.d.ts files into TypeScript:
84
85
1. Run:
85
86
86
87
```sh
87
-
npm run migrate -- [previous_types_web_version]
88
+
npm run migrate -- [optional/file/path/to/tsc]
88
89
```
89
90
90
91
The script will look infora clone of the TypeScript repoin"../TypeScript", or "./TypeScript" to move the generated files in. Or migrate the files manually, you do you.
91
92
92
-
1. Update the README table with the mappings forversionsin the `@types/[lib]`. E.g. TS 4.5 ->`@types/web``0.0.23`.
93
+
1. Update the README table with the mappings forversionsin the `@types/[lib]`. E.g. TS 4.5 ->`@types/web``0.0.23`. Find that number here: https://www.npmjs.com/package/@types/web
93
94
94
95
1. Generate a CHANGELOG for the releases:
95
96
@@ -98,4 +99,6 @@ To migrate the *.d.ts files into TypeScript:
98
99
npm run ts-changelog -- @types/web 0.0.2 0.0.23
99
100
```
100
101
102
+
You might need to run `git pull origin main --tags` to run this ^
0 commit comments