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

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: fix strong mode errors 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') | lib/parser.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.10.1+3
2
3 * Support a new source map bundle format useful for the Dart Dev Compiler.
Siggi Cherem (dart-lang) 2016/12/07 18:06:22 minor nits: - mention the type that was added, to
Jacob 2016/12/07 20:40:31 Done.
4 A source map bundle is a JSON array where each entry is a source map.
5
1 ## 0.10.1+2 6 ## 0.10.1+2
2 7
3 * Fix more strong mode warnings. 8 * Fix more strong mode warnings.
4 9
5 ## 0.10.1+1 10 ## 0.10.1+1
6 11
7 * Fix all strong mode warnings. 12 * Fix all strong mode warnings.
8 13
9 ## 0.10.1 14 ## 0.10.1
10 15
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 56
52 ## 0.9.2 57 ## 0.9.2
53 58
54 * Add `SpanException` and `SpanFormatException` classes. 59 * Add `SpanException` and `SpanFormatException` classes.
55 60
56 ## 0.9.1 61 ## 0.9.1
57 62
58 * Support unmapped areas in source maps. 63 * Support unmapped areas in source maps.
59 64
60 * Increase the readability of location messages. 65 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « no previous file | lib/parser.dart » ('j') | lib/parser.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698