UNPKG

mold-source-map

Version:

Mold a source map that is almost perfect for you into one that is.

8 lines (6 loc) 149 B
console.log('foo line 1'); var bar = require('./wunder/bar'); module.exports = function foo() { console.log('hello from foo line 5'); bar(); };