projects
/
platform
/
framework
/
web
/
wrtjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Apply module bundling
[platform/framework/web/wrtjs.git]
/
node_modules
/
terser
/
bin
/
uglifyjs
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");