Skip to content
New issue

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

Latest GitHub code isn't published to NPM #499

Open
lancejpollard opened this issue Feb 20, 2024 · 0 comments
Open

Latest GitHub code isn't published to NPM #499

lancejpollard opened this issue Feb 20, 2024 · 0 comments

Comments

@lancejpollard
Copy link

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:

export interface SourceMappings {
  "lib/mappings.wasm": SourceMapUrl | ArrayBuffer;
}

export interface SourceMapConsumer {
  /**
   * 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant