-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump TypeScript to 5.4.5, Fix CI build errors (#1299)
Related to #1287 TypeScript 5.4.5 (well, technically 5.2) gives us the [Disposable](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-2.html) interface for cleaning up resources. Also includes the changes from [CI: Fix intermittent docs build failures](#1307): Building the documentation page often fails. This PR is an exploration to fix it. It: * Patches the typedoc library in `node_modules` as otherwise it won't work with TypeScript 5.4 🙈 * Removes non-essential TypeDoc plugins (link API reference to MDN, cross-link Typedoc modules) * Copies the `rollup.d.ts` files to `dist` instead of moving them. TypeDoc, apparently, expects to find them in their original location: ``` error TS6053: File '/home/runner/work/wordpress-playground/wordpress-playground/packages/php-wasm/web/src/rollup.d.ts' not found. The file is in the program because: Root file specified for compilation ```
- Loading branch information
Showing
9 changed files
with
13 additions
and
82 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters