source-map
Advanced tools
Changelog
0.4.0
The default direction for fuzzy searching was changed back to its original direction. See #164.
There is now a bias
option you can supply to SourceMapConsumer
to control
the fuzzy searching direction. See #167.
About an 8% speed up in parsing source maps. See #159.
Added a benchmark for parsing and generating source maps.
Changelog
0.3.0
Change the default direction that searching for positions fuzzes when there is not an exact match. See #154.
Support for environments using json2.js for JSON serialization. See #156.
Changelog
0.2.0
SourceMapConsumer.prototype
methods.Changelog
0.1.43
SourceMapGenerator
and SourceNode
. See issue
#148 for some discussion and issues #150, #151, and #152 for implementations.Changelog
0.1.42
SourceNode
s from different versions of the source-map
library couldn't be used in conjunction with each other. See issue #142.Changelog
0.1.41
Fix a bug with getting the source content of relative sources with a "./" prefix. See issue #145 and Bug 1090768.
Add the SourceMapConsumer.prototype.computeColumnSpans
method to compute the
column span of each mapping.
Add the SourceMapConsumer.prototype.allGeneratedPositionsFor
method to find
all generated positions associated with a given original source and line.
Changelog
0.1.40
Changelog
0.1.39
Changelog
0.1.38
Changelog
0.1.37