forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WebUI: Add TypeScript @types package for OffscreenCanvas
Specifically, this adds @types/offscreencanvas as dependency. Also updates npm_include to have the .d.ts in those packages to be actually included in the packed node_modules.tar.gz. The OffscreenCanvas type is removed from TypeScript lib.dom.d.ts in version 4.4, so the new package is needed for the type of OffscreenCanvas when upgrading TypeScript compiler to newest version. This increases the uncompressed node_modules size by about 4k. Bug: b:213292127, 1285794 Test: compile chrome Change-Id: I7decde4e775cb08db4e787a8050f3653f1f5eefc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3412318 Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Pi-Hsun Shih <pihsun@chromium.org> Auto-Submit: Pi-Hsun Shih <pihsun@chromium.org> Cr-Commit-Position: refs/heads/main@{#963465}
- Loading branch information
1 parent
16dbbcf
commit 7a0878e
Showing
5 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1291471c9ef3dd6fca73dda7b5d0eea1026da863 | ||
2f33b35e626e95781b6d35ee6f36e0a26a6d8b30 |
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
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