Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.10.3 | |
| 2 * Add `addMapping` and `containsMapping` members to `MappingBundle`. The | |
| 3 methods enabling adding and querying for source maps in a `MappingBundle`. | |
|
Siggi Cherem (dart-lang)
2017/03/07 18:36:33
nit: I'd drop the second sentence, it should be cl
Jacob
2017/03/07 19:29:33
Done.
| |
| 4 | |
| 1 ## 0.10.2 | 5 ## 0.10.2 |
| 2 * Support for extended source map format. | 6 * Support for extended source map format. |
| 3 * Polish `MappingBundle.spanFor` handling of URIs that have a suffix that | 7 * Polish `MappingBundle.spanFor` handling of URIs that have a suffix that |
| 4 exactly match a source map in the MappingBundle. | 8 exactly match a source map in the MappingBundle. |
| 5 | 9 |
| 6 ## 0.10.1+5 | 10 ## 0.10.1+5 |
| 7 * Fix strong mode warning in test. | 11 * Fix strong mode warning in test. |
| 8 | 12 |
| 9 ## 0.10.1+4 | 13 ## 0.10.1+4 |
| 10 | 14 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 71 | 75 |
| 72 ## 0.9.2 | 76 ## 0.9.2 |
| 73 | 77 |
| 74 * Add `SpanException` and `SpanFormatException` classes. | 78 * Add `SpanException` and `SpanFormatException` classes. |
| 75 | 79 |
| 76 ## 0.9.1 | 80 ## 0.9.1 |
| 77 | 81 |
| 78 * Support unmapped areas in source maps. | 82 * Support unmapped areas in source maps. |
| 79 | 83 |
| 80 * Increase the readability of location messages. | 84 * Increase the readability of location messages. |
| OLD | NEW |