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 ListResultDescriptor HTML_ERRORS = new ListResultDescriptor( 'ANGULAR_HTML_ERRORS', AnalysisError.NO_ERRORS);