UNPKG

mold-source-map

Version:

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

9 lines (6 loc) 171 B
console.log('bar line 1'); 'use strict'; // this is a meaningless comment to add some lines module.exports = function bar() { console.log('hello from bar line 7'); };