Home
last modified time | relevance | path

Searched refs:SourceMapConsumer (Results 1 – 22 of 22) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/lib/
Dsource-map-consumer.js14 function SourceMapConsumer(aSourceMap) { class
25 SourceMapConsumer.fromSourceMap = function(aSourceMap) {
32 SourceMapConsumer.prototype._version = 3;
64 SourceMapConsumer.prototype.__generatedMappings = null;
65 Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {
75 SourceMapConsumer.prototype.__originalMappings = null;
76 Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {
86 SourceMapConsumer.prototype._charIsMappingSeparator =
97 SourceMapConsumer.prototype._parseMappings =
102 SourceMapConsumer.GENERATED_ORDER = 1;
[all …]
/plugin/asciidocjs/node_modules/source-map/lib/
Dsource-map-consumer.js14 function SourceMapConsumer(aSourceMap, aSourceMapURL) { class
25 SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {
32 SourceMapConsumer.prototype._version = 3;
64 SourceMapConsumer.prototype.__generatedMappings = null;
65 Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {
77 SourceMapConsumer.prototype.__originalMappings = null;
78 Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {
90 SourceMapConsumer.prototype._charIsMappingSeparator =
101 SourceMapConsumer.prototype._parseMappings =
106 SourceMapConsumer.GENERATED_ORDER = 1;
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/
DCHANGELOG.md42 * Fix a bug with `SourceMapConsumer.prototype.sourceContentFor` and sources that
48 `SourceMapConsumer` from it via `SourceMapConsumer.fromSourceMap` failed. See
61 * Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy
67 * Add the `SourceMapConsumer.prototype.hasContentsOfAllSources` method to
77 `SourceMapConsumer.prototype.allGeneratedPositionsFor` and better handle lines
89 * There is now a `bias` option you can supply to `SourceMapConsumer` to control
107 incompatibility if you are monkey patching `SourceMapConsumer.prototype`
125 * Add the `SourceMapConsumer.prototype.computeColumnSpans` method to compute the
128 * Add the `SourceMapConsumer.prototype.allGeneratedPositionsFor` method to find
133 * Performance improvements for parsing source maps in SourceMapConsumer.
[all …]
DREADME.md34 - [SourceMapConsumer](#sourcemapconsumer)
35 - [new SourceMapConsumer(rawSourceMap)](#new-sourcemapconsumerrawsourcemap)
36 …- [SourceMapConsumer.prototype.computeColumnSpans()](#sourcemapconsumerprototypecomputecolumnspans)
37 …- [SourceMapConsumer.prototype.originalPositionFor(generatedPosition)](#sourcemapconsumerprototype…
38 …- [SourceMapConsumer.prototype.generatedPositionFor(originalPosition)](#sourcemapconsumerprototype…
39 …- [SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)](#sourcemapconsumerproto…
40 …- [SourceMapConsumer.prototype.hasContentsOfAllSources()](#sourcemapconsumerprototypehascontentsof…
41 …- [SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])](#sourcemapconsumer…
42 …- [SourceMapConsumer.prototype.eachMapping(callback, context, order)](#sourcemapconsumerprototypee…
79 var smc = new SourceMapConsumer(rawSourceMap);
[all …]
Dsource-map.js7 exports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;
/plugin/asciidocjs/node_modules/source-map/
DCHANGELOG.md42 * Fix a bug with `SourceMapConsumer.prototype.sourceContentFor` and sources that
48 `SourceMapConsumer` from it via `SourceMapConsumer.fromSourceMap` failed. See
61 * Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy
67 * Add the `SourceMapConsumer.prototype.hasContentsOfAllSources` method to
77 `SourceMapConsumer.prototype.allGeneratedPositionsFor` and better handle lines
89 * There is now a `bias` option you can supply to `SourceMapConsumer` to control
107 incompatibility if you are monkey patching `SourceMapConsumer.prototype`
125 * Add the `SourceMapConsumer.prototype.computeColumnSpans` method to compute the
128 * Add the `SourceMapConsumer.prototype.allGeneratedPositionsFor` method to find
133 * Performance improvements for parsing source maps in SourceMapConsumer.
[all …]
Dsource-map.d.ts46 export class SourceMapConsumer { class
72 static fromSourceMap(sourceMapConsumer: SourceMapConsumer): SourceMapGenerator;
75 …applySourceMap(sourceMapConsumer: SourceMapConsumer, sourceFile?: string, sourceMapPath?: string):…
88 …static fromStringWithSourceMap(code: string, sourceMapConsumer: SourceMapConsumer, relativePath?: …
Dsource-map.js7 exports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;
DREADME.md34 - [SourceMapConsumer](#sourcemapconsumer)
35 - [new SourceMapConsumer(rawSourceMap)](#new-sourcemapconsumerrawsourcemap)
36 …- [SourceMapConsumer.prototype.computeColumnSpans()](#sourcemapconsumerprototypecomputecolumnspans)
37 …- [SourceMapConsumer.prototype.originalPositionFor(generatedPosition)](#sourcemapconsumerprototype…
38 …- [SourceMapConsumer.prototype.generatedPositionFor(originalPosition)](#sourcemapconsumerprototype…
39 …- [SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)](#sourcemapconsumerproto…
40 …- [SourceMapConsumer.prototype.hasContentsOfAllSources()](#sourcemapconsumerprototypehascontentsof…
41 …- [SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])](#sourcemapconsumer…
42 …- [SourceMapConsumer.prototype.eachMapping(callback, context, order)](#sourcemapconsumerprototypee…
79 var smc = new SourceMapConsumer(rawSourceMap);
[all …]
/plugin/asciidocjs/node_modules/clean-css/lib/reader/
Dinput-source-map-tracker.js1 var SourceMapConsumer = require('source-map').SourceMapConsumer; variable
55 maps[source] = new SourceMapConsumer(data);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/dist/
Dsource-map.debug.js63 exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer;
1360 function SourceMapConsumer(aSourceMap) {
1371 SourceMapConsumer.fromSourceMap = function(aSourceMap) {
1378 SourceMapConsumer.prototype._version = 3;
1410 SourceMapConsumer.prototype.__generatedMappings = null;
1411 Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {
1421 SourceMapConsumer.prototype.__originalMappings = null;
1422 Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {
1432 SourceMapConsumer.prototype._charIsMappingSeparator =
1443 SourceMapConsumer.prototype._parseMappings =
[all …]
Dsource-map.js63 exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer;
1360 function SourceMapConsumer(aSourceMap) {
1371 SourceMapConsumer.fromSourceMap = function(aSourceMap) {
1378 SourceMapConsumer.prototype._version = 3;
1410 SourceMapConsumer.prototype.__generatedMappings = null;
1411 Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {
1421 SourceMapConsumer.prototype.__originalMappings = null;
1422 Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {
1432 SourceMapConsumer.prototype._charIsMappingSeparator =
1443 SourceMapConsumer.prototype._parseMappings =
[all …]
Dsource-map.min.js.map1SourceMapConsumer","SourceNode","aArgs","_file","util","getArg","_sourceRoot","_skipValidation","_…
Dsource-map.min.js1SourceMapConsumer=r(7).SourceMapConsumer,n.SourceNode=r(10).SourceNode},function(e,n,r){function t…
/plugin/asciidocjs/node_modules/source-map/dist/
Dsource-map.debug.js63 exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer;
1440 function SourceMapConsumer(aSourceMap, aSourceMapURL) {
1451 SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {
1458 SourceMapConsumer.prototype._version = 3;
1490 SourceMapConsumer.prototype.__generatedMappings = null;
1491 Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {
1503 SourceMapConsumer.prototype.__originalMappings = null;
1504 Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {
1516 SourceMapConsumer.prototype._charIsMappingSeparator =
1527 SourceMapConsumer.prototype._parseMappings =
[all …]
Dsource-map.js63 exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer;
1440 function SourceMapConsumer(aSourceMap, aSourceMapURL) {
1451 SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {
1458 SourceMapConsumer.prototype._version = 3;
1490 SourceMapConsumer.prototype.__generatedMappings = null;
1491 Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {
1503 SourceMapConsumer.prototype.__originalMappings = null;
1504 Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {
1516 SourceMapConsumer.prototype._charIsMappingSeparator =
1527 SourceMapConsumer.prototype._parseMappings =
[all …]
Dsource-map.min.js.map1SourceMapConsumer","SourceNode","aArgs","_file","util","getArg","_sourceRoot","_skipValidation","_…
Dsource-map.min.js1SourceMapConsumer=r(7).SourceMapConsumer,n.SourceNode=r(10).SourceNode},function(e,n,r){function t…
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dsourcemap.js60 var orig_map = options.orig && new MOZ_SourceMap.SourceMapConsumer(options.orig);
/plugin/asciidocjs/node_modules/handlebars/lib/
Dprecompiler.js7 import { SourceMapConsumer, SourceNode } from 'source-map';
239 let consumer = new SourceMapConsumer(precompiled.map);
/plugin/asciidocjs/node_modules/handlebars/dist/amd/
Dprecompiler.js222 var consumer = new _sourceMap.SourceMapConsumer(precompiled.map);
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/
Dprecompiler.js237 var consumer = new _sourceMap.SourceMapConsumer(precompiled.map);