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
I see in the package.json it is 0.8.0-beta.0, so I installed that, but initialize here is not in the bundled beta:
exportinterfaceSourceMappings{"lib/mappings.wasm": SourceMapUrl|ArrayBuffer;}exportinterfaceSourceMapConsumer{/** * When using SourceMapConsumer outside of node.js, for example on the Web, it * needs to know from what URL to load lib/mappings.wasm. You must inform it * by calling initialize before constructing any SourceMapConsumers. * * @param mappings an object with the following property: * - "lib/mappings.wasm": A String containing the URL of the * lib/mappings.wasm file, or an ArrayBuffer with the contents of * lib/mappings.wasm. */initialize(mappings: SourceMappings): void;
Can you please publish the latest version?
The text was updated successfully, but these errors were encountered:
I see in the package.json it is 0.8.0-beta.0, so I installed that, but
initialize
here is not in the bundled beta:Can you please publish the latest version?
The text was updated successfully, but these errors were encountered: