Hi!
The SourceMapConsumer interface defined in source-map.d.ts is missing a definition for initialize. I think all that's needed is:
initialize({"lib/mappings.wasm": string | ArrayBuffer}): void
Would you accept a PR for this? I'm not sure what the right comment to put above it would be.
Hi!
The
SourceMapConsumerinterface defined insource-map.d.tsis missing a definition forinitialize. I think all that's needed is:Would you accept a PR for this? I'm not sure what the right comment to put above it would be.