We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The definition of AbortSignal used in Workbox is outdated:
workbox/packages/workbox-build/src/schema/WebpackInjectManifestOptions.json
Line 734 in ad7d3b7
https://github.com/microsoft/TypeScript/blob/main/lib/lib.webworker.d.ts#L772
(it is missing "reason" property)
This is casueing errors in parsing .d.ts definitions from Workbox in developer.chrome.com project.
The text was updated successfully, but these errors were encountered:
build-external
This shouldn't happen with the new version 6.6.0. Let me know if you run into new troubles.
Sorry, something went wrong.
No branches or pull requests
The definition of AbortSignal used in Workbox is outdated:
workbox/packages/workbox-build/src/schema/WebpackInjectManifestOptions.json
Line 734 in ad7d3b7
https://github.com/microsoft/TypeScript/blob/main/lib/lib.webworker.d.ts#L772
(it is missing "reason" property)
This is casueing errors in parsing .d.ts definitions from Workbox in developer.chrome.com project.
The text was updated successfully, but these errors were encountered: