import { Parser } from "https://deno.land/x/eszip@v0.72.2/eszip_wasm.generated.js";
Methods
free(): void
getModuleSource(specifier: string): Promise<any>
Get a module source.
getModuleSourceMap(specifier: string): Promise<any>
Get a module sourcemap.
load(): Promise<any>
Load module sources.
parse(stream: ReadableStreamBYOBReader): Promise<any>
Parse from a BYOB readable stream.
parseBytes(buffer: Uint8Array): Promise<any>
Parse from an in-memory buffer.