Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aleph/bundler/mod.ts>Bundler#compile

The Full-stack Framework in Deno.
Go to Latest
method Bundler.prototype.compile
import { Bundler } from "https://deno.land/x/aleph@v0.3.0-beta.3/bundler/mod.ts";

Parameters

mod: Module
externals: string[]

Returns

Promise<string>