585402d77f
Review URL: https://codereview.chromium.org//1177983003.
22 lines
721 B
Dart
22 lines
721 B
Dart
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
|
|
// for details. All rights reserved. Use of this source code is governed by a
|
|
// BSD-style license that can be found in the LICENSE file.
|
|
|
|
library analyzer.task.html;
|
|
|
|
//import 'package:analyzer/task/model.dart';
|
|
//import 'package:html/dom.dart';
|
|
//import 'package:html/parser.dart';
|
|
|
|
///**
|
|
// * The result of parsing an HTML file.
|
|
// */
|
|
//final ResultDescriptor<Document> DOCUMENT =
|
|
// new ResultDescriptor<Document>('DOCUMENT', null);
|
|
//
|
|
///**
|
|
// * The errors found while parsing an HTML file.
|
|
// */
|
|
//final ListResultDescriptor<ParseError> DOCUMENT_ERRORS =
|
|
// new ListResultDescriptor<ParseError>('DOCUMENT_ERRORS', <ParseError>[]);
|