You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
code_transformers 0.2.9+2 was released on 19th August and requires analyzer >= 0.26.0, but angular requires analyzer < 0.25.0. A simple dart project with the following pubspec.yaml file fails to build to js:
name: angular_testing
description: A sample web application
dependencies:
angular: any
dart_to_js_script_rewriter: any
transformers:
- angular
- dart_to_js_script_rewriter
code_transformers 0.2.9+2 was released on 19th August and requires analyzer >= 0.26.0, but angular requires analyzer < 0.25.0. A simple dart project with the following pubspec.yaml file fails to build to js:
The exception that occurs is:
This can be fixed by adding the following to pubspec.yaml:
Not sure if this is an issue for AngularDart or for code_transformers.
The text was updated successfully, but these errors were encountered: