File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44import 'dart:async' ;
55
66import 'package:analyzer/analyzer.dart' show Expression;
7+ import 'package:analyzer/dart/element/element.dart' ;
78import 'package:analyzer/src/generated/constant.dart' show EvaluationResult;
8- import 'package:analyzer/src/generated/element.dart' ;
99import 'package:code_transformers/resolver.dart' as code_transformers
1010 show Resolver;
1111import 'package:source_maps/refactor.dart' ;
Original file line number Diff line number Diff line change 1010# Verify that the libraries are error free, requires some strong mode changes
1111# that are only in the dev channel right now though.
1212if [ " $TRAVIS_DART_VERSION " != " stable" ]; then
13- dartanalyzer --fatal-warnings lib/build.dart
13+ dartanalyzer --fatal-warnings lib/build.dart build_test/lib/build_test.dart
1414fi
1515
1616# Run the tests.
You can’t perform that action at this time.
0 commit comments