Skip to content

Commit 56e3cab

Browse files
author
Tim Blasi
committed
fix(dart/transform): Use updated package:analyzer
Updates Angular 2 to use package:analyzer v0.24.0, which contains fixes for the parsing of `async` and `await`. Closes angular#950
1 parent b39d2c0 commit 56e3cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: <%= packageJson.homepage %>
99
environment:
1010
sdk: '>=1.9.0-dev.8.0'
1111
dependencies:
12-
analyzer: '^0.22.4'
12+
analyzer: '^0.24.0'
1313
barback: '^0.15.2+2'
1414
code_transformers: '^0.2.5'
1515
dart_style: '^0.1.3'

0 commit comments

Comments
 (0)