feat(dart/analysis): Build DirectiveMetadata for LibrarySpecificUnit

initial commit for the dart analyzer task
This commit is contained in:
keertip
2015-05-04 09:20:27 -07:00
parent 0856516ae9
commit 0b1bb172c9
6 changed files with 647 additions and 3 deletions

View File

@ -0,0 +1,9 @@
library angular2.src.analysis.analyzer_plugin.tasks;
import 'package:analyzer/src/generated/error.dart';
import 'package:analyzer/task/model.dart';
/// The analysis errors associated with a target.
/// The value combines errors represented by multiple other results.
final CompositeResultDescriptor<List<AnalysisError>> HTML_ERRORS =
new CompositeResultDescriptor<List<AnalysisError>>('ANGULAR_HTML_ERRORS');