Lines Matching refs:SourceMapConsumer
42 * 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.
185 * Fixed a bug where SourceMapConsumer couldn't handle negative relative columns
195 * Delay parsing the mappings in SourceMapConsumer until queried for a source
199 in small ways) in SourceMapConsumer.
208 `SourceMapConsumer.prototype.eachMapping`.
227 * Don't throw an error when the `file` property is missing in SourceMapConsumer,