Home
last modified time | relevance | path

Searched refs:UglifyJS (Results 1 – 10 of 10) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/ !
Dnode.js10 var UglifyJS = exports; variable
11 var FILES = UglifyJS.FILES = [
31 UglifyJS
34 UglifyJS.AST_Node.warn_function = function(txt) {
41 UglifyJS.AST_Node.warn("inline source map not found");
47 UglifyJS.minify = function(files, options) {
48 options = UglifyJS.defaults(options, {
65 UglifyJS.base54.reset();
80 toplevel = UglifyJS.AST_Node.from_mozilla_ast(files);
90 toplevel = UglifyJS.parse(code, {
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/ !
Duglifyjs6 var UglifyJS = require("../tools/node");
146 UglifyJS.DefaultsError.croak = function(msg, defs) {
158 var desc = UglifyJS.describe_ast();
178 RESERVED = UglifyJS.readReservedFile(filename, RESERVED);
182 RESERVED = UglifyJS.readDefaultReservedFile(RESERVED);
203 return UglifyJS.readNameCache(ARGS.name_cache, key);
207 return UglifyJS.writeNameCache(ARGS.name_cache, key, cache);
261 UglifyJS.merge(OUTPUT_OPTIONS, BEAUTIFY);
272 files = UglifyJS.simple_glob(files);
278 files = UglifyJS.FILES;
[all …]
/plugin/asciidocjs/node_modules/uglify-js/bin/ !
Duglifyjs11 var UglifyJS = require("../tools/node");
56 print(UglifyJS.describe_ast());
62 var defaults = UglifyJS.default_options();
138 config.mangle.properties.regex = UglifyJS.parse(config.mangle.properties.regex, {
251 UglifyJS.AST_Node.log_function(print_error, options.warnings == "verbose");
267 if (paths.length) UglifyJS.AST_Node.warn("Ignoring input files since --self was passed");
269 paths = UglifyJS.FILES;
308 return UglifyJS.AST_Node.from_mozilla_ast(Object.keys(files).reduce(fn, null));
314 UglifyJS.AST_Node.info("Using input source map: {content}", {
347 files.walk(new UglifyJS.TreeWalker(function(node) {
[all …]
/plugin/asciidocjs/node_modules/uglify-js/ !
DREADME.md1 UglifyJS 3
4 UglifyJS is a JavaScript parser, minifier, compressor and beautifier toolkit.
11 …that is not backwards compatible with [`uglify-js@2`](https://github.com/mishoo/UglifyJS/tree/v2.x…
31 UglifyJS can take multiple input files. It's recommended that you pass the
32 input files first, then pass the options. UglifyJS will parse input files
37 If no input file is specified, UglifyJS will read from STDIN.
91 `spidermonkey` to write UglifyJS or SpiderMonkey AST
117 By default UglifyJS will not try to be IE-proof.
123 --self Build UglifyJS as a library (implies --wrap UglifyJS)
145 By default UglifyJS will not try to be v8-proof.
[all …]
DLICENSE1 UglifyJS is released under the BSD license:
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/ !
DREADME.md1 UglifyJS 2
5 UglifyJS is a JavaScript parser, minifier, compressor or beautifier toolkit.
39 input files first, then pass the options. UglifyJS will parse input files
72 By default UglifyJS will not try to be IE-proof.
82 relative, which will make UglifyJS figure out
118 --wrap=UglifyJS --export-all)
124 --export-all Only used when --wrap, this tells UglifyJS to
170 files to UglifyJS, you can use `--prefix` (`-p`) to specify the number of
194 like to map back to the original code (i.e. CoffeeScript). UglifyJS has an
196 CoffeeScript → compiled JS, UglifyJS can generate a map from CoffeeScript →
[all …]
DLICENSE1 UglifyJS is released under the BSD license:
/plugin/asciidocjs/node_modules/pug-filters/ !
DCHANGELOG.md25 - Update UglifyJS to 2.6.2
/plugin/asciidocjs/node_modules/uglify-to-browserify/ !
Dindex.js17 …var src = 'var sys = require("util");\nvar MOZ_SourceMap = require("source-map");\nvar UglifyJS = …
DREADME.md3 A transform to make UglifyJS work in browserify.