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
/
test_files
/
3.js
6 lines
(5 loc)
•
90 B
JavaScript
View Raw
1
2
3
4
5
6
console.
log
(
"3"
);
/** * This is the third file **/
console.
log
(
"This is the third file"
);