source:
trip-planner-front/node_modules/terser/bin/uglifyjs@
6a80231
Last change on this file since 6a80231 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 246 bytes |
Line | |
---|---|
1 | #!/usr/bin/env node |
2 | // -*- js -*- |
3 | /* eslint-env node */ |
4 | |
5 | "use strict"; |
6 | |
7 | process.stderr.write( "DEPRECATION WARNING: uglifyjs binary will soon be discontinued!\n"); |
8 | process.stderr.write("Please use \"terser\" instead.\n\n"); |
9 | |
10 | require("./terser"); |
Note:
See TracBrowser
for help on using the repository browser.