Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Side by Side Diff: CHANGELOG.md

Issue 2736983002: Enabling adding and querying for source maps in a MappingBundle. (Closed)
Patch Set: Enabling adding and querying for source maps in a MappingBundle. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/parser.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.10.3
2 * Add `addMapping` and `containsMapping` members to `MappingBundle`.
3
1 ## 0.10.2 4 ## 0.10.2
2 * Support for extended source map format. 5 * Support for extended source map format.
3 * Polish `MappingBundle.spanFor` handling of URIs that have a suffix that 6 * Polish `MappingBundle.spanFor` handling of URIs that have a suffix that
4 exactly match a source map in the MappingBundle. 7 exactly match a source map in the MappingBundle.
5 8
6 ## 0.10.1+5 9 ## 0.10.1+5
7 * Fix strong mode warning in test. 10 * Fix strong mode warning in test.
8 11
9 ## 0.10.1+4 12 ## 0.10.1+4
10 13
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 74
72 ## 0.9.2 75 ## 0.9.2
73 76
74 * Add `SpanException` and `SpanFormatException` classes. 77 * Add `SpanException` and `SpanFormatException` classes.
75 78
76 ## 0.9.1 79 ## 0.9.1
77 80
78 * Support unmapped areas in source maps. 81 * Support unmapped areas in source maps.
79 82
80 * Increase the readability of location messages. 83 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « no previous file | lib/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698