Files
sdk/pkg/analyzer/lib/task/html.dart
T

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>[]);