Lines Matching refs:See
5 * Fix for regression when people were using numbers as names in source maps. See
11 happens to have come to depend on. See #235.
13 * Fix regression involving function hoisting in SpiderMonkey. See #233.
17 * Large performance improvements to source-map serialization. See #228 and #229.
21 * Do not include unnecessary distribution files. See
26 * Include browser distributions of the library in package.json's `files`. See
31 * Fix latent bugs in IndexedSourceMapConsumer.prototype._parseMappings. See
40 * Big speedups serializing source maps. See pull request #203.
43 explicitly start with the source root. See issue #199.
48 `SourceMapConsumer` from it via `SourceMapConsumer.fromSourceMap` failed. See
52 different mappings as duplicates of each other and avoid generating them. See
62 searching in the presence of a column option. See issue #177.
65 the root. See issue #182.
68 determine when all sources' contents are inlined into the source map. See
87 direction. See #164.
90 the fuzzy searching direction. See #167.
92 * About an 8% speed up in parsing source maps. See #159.
99 not an exact match. See #154.
101 * Support for environments using json2.js for JSON serialization. See #156.
106 sections. See pull request #127. This introduces a minor backwards
112 * Performance improvements for `SourceMapGenerator` and `SourceNode`. See issue
118 library couldn't be used in conjunction with each other. See issue #142.
123 prefix. See issue #145 and [Bug 1090768](bugzil.la/1090768).
138 had been set before threw a TypeError. See issue #131.
143 absolute paths. See issue #129.
240 * Fix issue with absolute paths and `file://` URIs. See