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
/
strict.min.js
3 lines
(2 loc)
•
72 B
JavaScript
View Raw
1
2
3
"use strict"
;
console
.
log
(
"File 1"
);
"use strict"
;
console
.
log
(
"File 2"
);