Skip to content

Releases: dart-lang/source_maps

v0.10.12

17 Feb 01:31
a112e98
Compare
Choose a tag to compare
  • Add additional types at API boundaries.

0.10.6

26 Jun 23:32
f6015c3
Compare
Choose a tag to compare
Prepare to publish 0.10.6 (#29)

0.10.5

25 Jun 11:49
28eb6b8
Compare
Choose a tag to compare
Add support for sourcesContent.

0.10.4: Strong mode fixes

21 Apr 13:51
Compare
Choose a tag to compare
  • 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.

07 Mar 19:32
Compare
Choose a tag to compare
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.

14 Dec 19:39
Compare
Choose a tag to compare
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.

12 Dec 17:04
Compare
Choose a tag to compare
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

09 Dec 17:59
Compare
Choose a tag to compare
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 .