class Parserimport { Parser } from "https://dotland.deno.dev/x/eszip@v0.72.0/eszip_wasm.generated.d.ts"; ConstructorsnewParser()Methodsfree(): voidgetModuleSource(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.