Skip to main content
Module

x/source_map/mod.js

Port of mozilla / source-map to deno.
Latest
import * as sourceMap from "https://deno.land/x/source_map@0.8.0-beta.1/mod.js";

Classes

An instance of the SourceMapGenerator represents a source map which is being built incrementally. You may pass an object with the following properties:

SourceNodes provide a way to abstract over interpolating/concatenating snippets of generated JavaScript source code while maintaining the line and column information associated with the original source code.