method Bundler.prototype.compileimport { Bundler } from "https://deno.land/x/aleph@v0.3.0-beta.12/bundler/mod.ts"; compile(mod: Module, externals: string[]): Promise<string>Parametersmod: Moduleexternals: string[]ReturnsPromise<string>