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

Side by Side Diff: pkg/string_scanner/CHANGELOG.md

Issue 795343003: Add an additional optional argument to SpanScanner.spanFrom. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/string_scanner/lib/src/span_scanner.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.1.3
2
3 * Add an optional `endState` argument to `SpanScanner.spanFrom`.
4
1 ## 0.1.2 5 ## 0.1.2
2 6
3 * Add `StringScanner.substring`, which returns a substring of the source string. 7 * Add `StringScanner.substring`, which returns a substring of the source string.
4 8
5 ## 0.1.1 9 ## 0.1.1
6 10
7 * Declare `SpanScanner`'s exposed `SourceSpan`s and `SourceLocation`s to be 11 * Declare `SpanScanner`'s exposed `SourceSpan`s and `SourceLocation`s to be
8 `FileSpan`s and `FileLocation`s. They always were underneath, but callers may 12 `FileSpan`s and `FileLocation`s. They always were underneath, but callers may
9 now rely on it. 13 now rely on it.
10 14
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 access to information about the errors that were thrown and can provide 47 access to information about the errors that were thrown and can provide
44 terminal-colored messages. 48 terminal-colored messages.
45 49
46 * Add a `LineScanner` subclass of `StringScanner` that automatically tracks line 50 * Add a `LineScanner` subclass of `StringScanner` that automatically tracks line
47 and column information of the text being scanned. 51 and column information of the text being scanned.
48 52
49 * Add a `SpanScanner` subclass of `LineScanner` that exposes matched ranges as 53 * Add a `SpanScanner` subclass of `LineScanner` that exposes matched ranges as
50 [source map][] `Span` objects. 54 [source map][] `Span` objects.
51 55
52 [source_map]: http://pub.dartlang.org/packages/source_maps 56 [source_map]: http://pub.dartlang.org/packages/source_maps
OLDNEW
« no previous file with comments | « no previous file | pkg/string_scanner/lib/src/span_scanner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698