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

Unified 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: Support a new source map bundle format useful for the Dart Dev Compiler. A source map bundle is a J… 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/parser.dart » ('j') | lib/parser.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe88e6db470b58286822babf8c98b7283ee2e47f..3888dfbf85e1a994661ced447789708c3f7b14ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 0.10.1+3
+
+* Add `MappingBundle` class that handles extended source map format that supports
Siggi Cherem (dart-lang) 2016/12/07 23:27:00 nit: 80 col
Jacob 2016/12/08 16:20:21 Done.
+ source maps for multiple output files in a single mapper.
+ Extend `Mapper` `spanFor` API to accept a uri parameter that is optional for
Siggi Cherem (dart-lang) 2016/12/07 23:27:00 nit: add a bullet for this point too typo: Mapper
Jacob 2016/12/08 16:20:21 Done.
+ normal source maps but required for MappingBundle source maps.
+
## 0.10.1+2
* Fix more strong mode warnings.
« 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