Searched refs:SourceMap (Results 1 – 15 of 15) sorted by relevance
11 let SourceMap = require('source-map'); variable12 SourceNode = SourceMap.SourceNode;
12 var SourceMap = require('source-map');13 SourceNode = SourceMap.SourceNode;
15 var SourceMap = require('source-map'); variable16 SourceNode = SourceMap.SourceNode;
7 exports["SourceMap"] = SourceMap;
142 output.source_map = UglifyJS.SourceMap({
452 * `sourceMapConsumer` The SourceMap.495 Applies a SourceMap for a source file to the SourceMap.497 supplied SourceMap. Note: The resolution for the resulting mappings500 * `sourceMapConsumer`: The SourceMap to be applied.506 * `sourceMapPath`: Optional. The dirname of the path to the SourceMap507 to be applied. If relative, it is relative to the SourceMap.510 directory, and the SourceMap to be applied contains relative source512 relative to the SourceMap.563 * `sourceMapConsumer` The SourceMap for the generated code601 `SourceMap` in the `sourcesContent` field.
464 * `sourceMapConsumer` The SourceMap.507 Applies a SourceMap for a source file to the SourceMap.509 supplied SourceMap. Note: The resolution for the resulting mappings512 * `sourceMapConsumer`: The SourceMap to be applied.518 * `sourceMapPath`: Optional. The dirname of the path to the SourceMap519 to be applied. If relative, it is relative to the SourceMap.522 directory, and the SourceMap to be applied contains relative source524 relative to the SourceMap.576 * `sourceMapConsumer` The SourceMap for the generated code614 `SourceMap` in the `sourcesContent` field.
47 function SourceMap(options) { class
94 function SourceMap(options) { class
220 output.source_map = SourceMap(options.sourceMap);
398 var SOURCE_MAP = (ARGS.source_map || ARGS.source_map_inline) ? UglifyJS.SourceMap({
752 If you're using the X-SourceMap header instead, you can just set the `sourceMapUrl` option to false.958 to be a `SourceMap` object (which is a thin wrapper on top of the963 var source_map = UglifyJS.SourceMap(source_map_options);
1 …SourceMap.\n\t */\n\tSourceMapGenerator.fromSourceMap =\n\t function SourceMapGenerator_fromSourc…
181 Otherwise UglifyJS assumes HTTP `X-SourceMap` is being used and will omit the639 If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.url`.