TypeScript-DOM-lib-generator/deploy
Nathan Shively-Sanders 38977f6b6c
Update to eslint 9 (#1778)
A number of rules disablings no longer apply.
Also prettier now applies to the eslint config file, so fix that up.
2024-08-13 06:21:35 -07:00
..
readmes
template
README.md
createTypesPackages.js Update to eslint 9 (#1778) 2024-08-13 06:21:35 -07:00
deployChangedPackages.js Update to eslint 9 (#1778) 2024-08-13 06:21:35 -07:00
jsconfig.json
migrate.js
onUpdateFailure.js
versionChangelog.js

README.md

Deploys

We want to take the d.ts files inside generated into a set of different @types packages. This infra all lives inside these files as multiple steps. For debugging you mostly want to run:

node deploy/createTypesPackages.js

Then look at deploy/generated to see the set of NPM packages.