@parcel/source-map
Version:
A source map library purpose-build for the Parcel bundler with a focus on fast combining and manipulating of source-maps.
13 lines (11 loc) • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "SourceMap", {
enumerable: true,
get: function () {
return _parcel_sourcemap_wasm.SourceMap;
}
});
var _parcel_sourcemap_wasm = require("../parcel_sourcemap_wasm/dist-node/parcel_sourcemap_wasm.js");