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

Side by Side Diff: CHANGELOG.md

Issue 1826093002: Fix strong-mode warnings. (Closed) Base URL: git@github.com:dart-lang/source_maps@master
Patch Set: Created 4 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
OLDNEW
1 ## 0.10.1+1
2
3 * Fix all strong mode warnings.
4
1 ## 0.10.1 5 ## 0.10.1
2 6
3 * Add a `mapUrl` named argument to `parse` and `parseJson`. This argument is 7 * Add a `mapUrl` named argument to `parse` and `parseJson`. This argument is
4 used to resolve source URLs for source spans. 8 used to resolve source URLs for source spans.
5 9
6 ## 0.10.0+2 10 ## 0.10.0+2
7 11
8 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1) 12 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1)
9 13
10 ## 0.10.0+1 14 ## 0.10.0+1
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 47
44 ## 0.9.2 48 ## 0.9.2
45 49
46 * Add `SpanException` and `SpanFormatException` classes. 50 * Add `SpanException` and `SpanFormatException` classes.
47 51
48 ## 0.9.1 52 ## 0.9.1
49 53
50 * Support unmapped areas in source maps. 54 * Support unmapped areas in source maps.
51 55
52 * Increase the readability of location messages. 56 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « .analysis_options ('k') | lib/parser.dart » ('j') | lib/parser.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698