Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(468)

Unified Diff: pkg/analyzer/lib/src/plugin/engine_plugin.dart

Issue 1185443002: Support for parsing HTML in the new task model (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/task/html.dart » ('j') | pkg/analyzer/lib/task/html.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/plugin/engine_plugin.dart
diff --git a/pkg/analyzer/lib/src/plugin/engine_plugin.dart b/pkg/analyzer/lib/src/plugin/engine_plugin.dart
index 769d18f433ae1dc6ba61be5a7d0f348745253f77..64f7672af29f408b78f42bf7b9e4314f46bfd59d 100644
--- a/pkg/analyzer/lib/src/plugin/engine_plugin.dart
+++ b/pkg/analyzer/lib/src/plugin/engine_plugin.dart
@@ -7,6 +7,7 @@ library analyzer.src.plugin.engine_plugin;
import 'package:analyzer/plugin/task.dart';
import 'package:analyzer/src/task/dart.dart';
import 'package:analyzer/src/task/general.dart';
+import 'package:analyzer/src/task/html.dart';
import 'package:analyzer/task/model.dart';
import 'package:plugin/plugin.dart';
@@ -93,6 +94,7 @@ class EnginePlugin implements Plugin {
//
// Register HTML tasks.
//
+ registerExtension(taskId, ParseHtmlTask.DESCRIPTOR);
}
/**
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/task/html.dart » ('j') | pkg/analyzer/lib/task/html.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698