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

Side by Side Diff: CHANGELOG.md

Issue 2560623003: Support a new source map bundle format useful for the Dart Dev Compiler. A source map bundle is a J… (Closed)
Patch Set: Improve handling of locations not from the uris the source map is for. Make `MappingBundle` disting… Created 4 years 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.1+4
2
3 * Improve handling of locations not from the uris the source map is for.
4
5 ## 0.10.1+3
6
7 * Add `MappingBundle` class that handles extended source map format that
8 supports source maps for multiple output files in a single mapper.
9 Extend `Mapping.spanFor` API to accept a uri parameter that is optional
10 for normal source maps but required for MappingBundle source maps.
11
1 ## 0.10.1+2 12 ## 0.10.1+2
2 13
3 * Fix more strong mode warnings. 14 * Fix more strong mode warnings.
4 15
5 ## 0.10.1+1 16 ## 0.10.1+1
6 17
7 * Fix all strong mode warnings. 18 * Fix all strong mode warnings.
8 19
9 ## 0.10.1 20 ## 0.10.1
10 21
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 62
52 ## 0.9.2 63 ## 0.9.2
53 64
54 * Add `SpanException` and `SpanFormatException` classes. 65 * Add `SpanException` and `SpanFormatException` classes.
55 66
56 ## 0.9.1 67 ## 0.9.1
57 68
58 * Support unmapped areas in source maps. 69 * Support unmapped areas in source maps.
59 70
60 * Increase the readability of location messages. 71 * 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