Releases: dart-lang/source_maps
Releases · dart-lang/source_maps
v0.10.12
0.10.6
0.10.5
0.10.4: Strong mode fixes
- Implement highlight in SourceMapFileSpan.
- Require version ^1.3.0 of source_span.
0.10.3: Enabling adding and querying for source maps in a MappingBundle.
BUG= R=sigmund@google.com Review-Url: https://codereview.chromium.org//2736983002 .
0.10.2: Rev package version as the extended source map format is a new feature.
Polish `MappingBundle.spanFor` handling of uris that have a suffix that exactly match a source map in the MappingBundle. R=nweiz@google.com, sigmund@google.com Review URL: https://codereview.chromium.org//2574593004 .
0.10.1+5: Fix strong mode error in test.
Closes https://github.com/dart-lang/source_maps/issues/21 BUG= R=sigmund@google.com Review URL: https://codereview.chromium.org//2565053002 .
0.10.1+4
Improve handling of locations not from the uris the source map is for. Make `MappingBundle` distinguish between locations from a file with source maps that do not have a source map entry and locations that are from a file that does not have a source map. This enables more graceful generation of stack traces with mixed Dart and JS stack frames. Support a new source map bundle format useful for the Dart Dev Compiler. A source map bundle is a JSON array where each entry is a source map. BUG= R=sigmund@google.com Review URL: https://codereview.chromium.org//2564683003 .