Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fileserver/src/bundler.ts>bundle

A file-server command.
Latest
function bundle
import { bundle } from "https://deno.land/x/fileserver@1.1.19/src/bundler.ts";

Bundle a path.

Parameters

dir: string

The path to bundle.

path: string

Returns

Promise<{ output: string; error: boolean; }>