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

Unified Diff: pkg/analysis_server/tool/spec/implied_types.dart

Issue 1431683002: Refactor analysis server code generation to re-use logic from analyzer. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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 | « pkg/analysis_server/tool/spec/html_tools.dart ('k') | pkg/analysis_server/tool/spec/text_formatter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/implied_types.dart
diff --git a/pkg/analysis_server/tool/spec/implied_types.dart b/pkg/analysis_server/tool/spec/implied_types.dart
index 8f252966e3a2e396dbacf9c7014458b5a31a8f81..21987fd854fa38c30f829cabcd1219ce64d938f4 100644
--- a/pkg/analysis_server/tool/spec/implied_types.dart
+++ b/pkg/analysis_server/tool/spec/implied_types.dart
@@ -7,8 +7,9 @@
*/
library html.tools;
+import 'package:analyzer/src/codegen/tools.dart';
+
import 'api.dart';
-import 'codegen_tools.dart';
Map<String, ImpliedType> computeImpliedTypes(Api api) {
_ImpliedTypesVisitor visitor = new _ImpliedTypesVisitor(api);
« no previous file with comments | « pkg/analysis_server/tool/spec/html_tools.dart ('k') | pkg/analysis_server/tool/spec/text_formatter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698