Lines Matching full:maps
5 * Fix for regression when people were using numbers as names in source maps. See
40 * Big speedups serializing source maps. See pull request #203.
58 source maps. Collectively about 75% of time shaved off of the source map
92 * About an 8% speed up in parsing source maps. See #159.
94 * Added a benchmark for parsing and generating source maps.
105 * Support for consuming "indexed" source maps which do not have any remote
133 * Performance improvements for parsing source maps in SourceMapConsumer.
198 * Support Sass source maps (which at the time of writing deviate from the spec
217 * Allow duplicate entries in the `names` and `sources` arrays of source maps
222 * Skip duplicate mappings when creating source maps from SourceNode; github
232 * Fix SourceNode.fromStringWithSourceMap for empty maps. Fixes github issue 70.