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
Issue or Feature Request Description:
While a lot of the types can currently be imported, they do use the source filepaths, which could break at any point as SemVer does not (and should not) handle things like that.
So this, while currently valid, is prone to break:
import {WorkboxMessageEvent} from 'workbox-window/src/utils/WorkboxEvent';
The pull request above allows us to import types for workbox-core directly, but sadly this is not the case for workbox-window.
The text was updated successfully, but these errors were encountered:
As a follow-up on #2255
Library Affected:
workbox-window.
Browser & Platform:
TypeScript
Issue or Feature Request Description:
While a lot of the types can currently be imported, they do use the source filepaths, which could break at any point as SemVer does not (and should not) handle things like that.
So this, while currently valid, is prone to break:
The pull request above allows us to import types for
workbox-core
directly, but sadly this is not the case forworkbox-window
.The text was updated successfully, but these errors were encountered: