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

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

Issue 795433002: Fix code_transformers to consider dart symlinks (typical in brew installations) (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/code_transformers/lib/src/dart_sdk.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.2.3+2
2
3 * Added logic to discover the location of the dart SDK when the dart binary is a
4 symlink.
5
1 ## 0.2.3 6 ## 0.2.3
2 7
3 * Added support for logging stable error messages from transformers. 8 * Added support for logging stable error messages from transformers.
4 9
5 ## 0.2.2 10 ## 0.2.2
6 11
7 * Added two transformers, 'delete_file' and 'remove_sourcemap_comment'. 12 * Added two transformers, 'delete_file' and 'remove_sourcemap_comment'.
8 13
9 ## 0.2.0+3 14 ## 0.2.0+3
10 15
11 * Raise the lower bound on the source_maps constraint to exclude incompatible 16 * Raise the lower bound on the source_maps constraint to exclude incompatible
12 versions. 17 versions.
13 18
14 ## 0.2.0+2 19 ## 0.2.0+2
15 20
16 * Widen the constraint on source_maps. 21 * Widen the constraint on source_maps.
17 22
18 ## 0.2.0+1 23 ## 0.2.0+1
19 24
20 * Widen the constraint on barback. 25 * Widen the constraint on barback.
21 26
22 ## 0.2.0 27 ## 0.2.0
23 28
24 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. 29 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class.
OLDNEW
« no previous file with comments | « no previous file | pkg/code_transformers/lib/src/dart_sdk.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698