UNPKG
jsmin-sourcemap
Version:
latest (0.16.0)
0.16.0
0.15.0
0.14.3
0.14.2
0.14.1
0.14.0
0.13.0
0.12.2
0.12.1
0.12.0
0.11.0
0.10.0
0.9.3
0.9.2
0.9.0
JSMin with sourcemaps!
github.com/twolfson/node-jsmin-sourcemap
twolfson/node-jsmin-sourcemap
jsmin-sourcemap
/
tests
/
expected_files
/
multi.js
4 lines
(3 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
console.
log
(
"File 1"
);console.
log
(
"After comment"
); console.
log
(
"2"
); console.
log
(
"3"
);console.
log
(
"This is the third file"
);