Home
last modified time | relevance | path

Searched refs:outSourceMap (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/
Dnode.js57 outSourceMap : null, property
141 if (options.outSourceMap || options.sourceMapInline) {
144 …file: options.outFileName || (typeof options.outSourceMap === 'string' ? options.outSourceMap.repl…
172 …} else if (options.outSourceMap && typeof options.outSourceMap === "string" && options.sourceMapUr…
173 …lPrefix + (typeof options.sourceMapUrl === "string" ? options.sourceMapUrl : options.outSourceMap);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md693 outSourceMap: "out.js.map"
702 outSourceMap: "out.js.map",
709 `result.map`. The value passed for `outSourceMap` is only used to set
715 `outSourceMap` (by removing `'.map'`).
723 outSourceMap: "out.js.map",
733 outSourceMap: "minified.js.map"
744 outSourceMap: "minified.js.map"
748 The `inSourceMap` is only used if you also request `outSourceMap` (it makes
753 Defaults to outSourceMap:
757 outSourceMap: "out.js.map",