DEBSOURCES
Skip Quicknav
sources / node-rollup / 3.29.5-1 / test / form / samples / removes-existing-sourcemap-comments / _expected / es.js
123456789
function foo (x) { return x; } var str = ` //# sourceMappingURL=main.js.map `; console.log( foo(str) );