Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.10.2 | |
| 2 * Support for extended source map format. | |
| 3 * Polish `MappingBundle.spanFor` handling of uris that have a suffix that | |
|
Siggi Cherem (dart-lang)
2016/12/14 15:46:10
nit: uris => URIs
Jacob
2016/12/14 18:49:42
Done.
| |
| 4 exactly match a source map in the MappingBundle. | |
| 5 | |
| 1 ## 0.10.1+5 | 6 ## 0.10.1+5 |
| 2 * Fix strong mode warning in test. | 7 * Fix strong mode warning in test. |
| 3 | 8 |
| 4 ## 0.10.1+4 | 9 ## 0.10.1+4 |
| 5 | 10 |
| 6 * Extend `MappingBundle.spanFor` to accept requests for output files that | 11 * Extend `MappingBundle.spanFor` to accept requests for output files that |
| 7 don't have source maps. | 12 don't have source maps. |
| 8 | 13 |
| 9 ## 0.10.1+3 | 14 ## 0.10.1+3 |
| 10 | 15 |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 66 | 71 |
| 67 ## 0.9.2 | 72 ## 0.9.2 |
| 68 | 73 |
| 69 * Add `SpanException` and `SpanFormatException` classes. | 74 * Add `SpanException` and `SpanFormatException` classes. |
| 70 | 75 |
| 71 ## 0.9.1 | 76 ## 0.9.1 |
| 72 | 77 |
| 73 * Support unmapped areas in source maps. | 78 * Support unmapped areas in source maps. |
| 74 | 79 |
| 75 * Increase the readability of location messages. | 80 * Increase the readability of location messages. |
| OLD | NEW |