Lines Matching refs:toplevel
121 --module Process input as ES module (implies --toplevel)
141 --toplevel Compress and/or mangle variables in top level scope.
222 uglifyjs file.js -c toplevel,sequences=false
407 The `toplevel` option:
413 var options = { toplevel: true };
423 toplevel: true,
466 toplevel: true,
535 alongside with `toplevel` enabled.
554 - `toplevel` (default: `false`) — set to `true` if you wish to enable top level
589 toplevel: false,
719 works best with `toplevel` and `mangle` enabled, alongside with `compress` option
753 ES module, i.e. implicit `"use strict";` alongside with `toplevel` enabled.
818 - `top_retain` (default: `null`) — prevent specific toplevel functions and
820 function. Implies `toplevel`)
822 - `toplevel` (default: `false`) — drop unreferenced functions (`"funcs"`) and/or
867 - `toplevel` (default: `false`) — Pass `true` to mangle names declared in the
888 UglifyJS.minify(code, { mangle: { toplevel: true } }).code;
1029 needs to be kept in the output) are comments attached to toplevel nodes.
1266 - When `toplevel` is enabled, UglifyJS effectively assumes input code is wrapped