fix: Fix issues found by Dart analyzer

This commit is contained in:
Kevin Moore
2015-04-15 18:17:22 -07:00
parent d3e391d176
commit 957384ceeb
8 changed files with 8 additions and 4 deletions
@@ -1,4 +1,4 @@
library angular2.src.core.compiler.query_list;
library angular2.src.core.compiler.base_query_list;
import 'package:angular2/src/core/annotations/annotations.dart';
import 'dart:collection';
+1
View File
@@ -2,6 +2,7 @@
* Dart version of browser APIs. This library depends on 'dart:html' and
* therefore can only run in the browser.
*/
library angular2.src.facade.browser;
import 'dart:js' show context;
@@ -1,3 +1,5 @@
library angular2.src.services.xhr_impl;
import 'dart:async';
import 'dart:html';
import 'package:angular2/di.dart';
@@ -1,4 +1,4 @@
library angular2.transform.directive_processor;
library angular2.transform.directive_processor.rewriter;
import 'package:analyzer/analyzer.dart';
import 'package:analyzer/src/generated/java_core.dart';
@@ -1,4 +1,4 @@
library angular2.transform.directive_processor;
library angular2.transform.directive_processor.visitors;
import 'package:analyzer/analyzer.dart';
import 'package:analyzer/src/generated/java_core.dart';