Lines Matching refs:map
54 _neoAsync2['default'].map(strings, function (string, callback) {
72 strings = strings.map(function (string, index) {
91 queue = (opts.files || []).map(function (template) {
226 if (opts.map) {
236 if (opts.map) {
237 var consumer = new _sourceMap.SourceMapConsumer(precompiled.map);
267 if (opts.map) {
268 output.add('\n//# sourceMappingURL=' + opts.map + '\n');
272 output.map = output.map + '';
275 output = minify(output, opts.map);
278 if (opts.map) {
279 _fs2['default'].writeFileSync(opts.map, output.map, 'utf8');
323 content: output.map,