jed / deno_bundle

A temporary workaround to support bundling with sourcemaps in Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deno_bundle

This is a temporary workaround to support bundling with sourcemaps in Deno. It's a drop-in replacement for the deno bundle CLI that uses the Deno.emit API to generate and inline the bundle's sourcemap.

Installation

deno install --unstable --allow-read --allow-net --allow-write -f https://deno.land/x/deno_bundle/cli.js

Usage

deno_bundle source_file [out_file]

About

A temporary workaround to support bundling with sourcemaps in Deno

License:MIT License


Languages

Language:JavaScript 100.0%