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

Unified Diff: lib/src/codegen/code_generator.dart

Issue 1406983003: Remove the checker and corresponding dead code (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 2 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 | « lib/src/checker/rules.dart ('k') | lib/src/codegen/js_codegen.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/codegen/code_generator.dart
diff --git a/lib/src/codegen/code_generator.dart b/lib/src/codegen/code_generator.dart
index 12cc751a19f67115f12d71f1b92427aca912a15d..5a654e246a9afe73bce05d0d59ad53bdc61ae721 100644
--- a/lib/src/codegen/code_generator.dart
+++ b/lib/src/codegen/code_generator.dart
@@ -7,12 +7,12 @@ library dev_compiler.src.codegen.code_generator;
import 'package:analyzer/src/generated/element.dart'
show CompilationUnitElement, LibraryElement;
import 'package:analyzer/src/generated/engine.dart' show AnalysisContext;
+import 'package:analyzer/src/task/strong/rules.dart';
import 'package:path/path.dart' as path;
import '../compiler.dart' show AbstractCompiler;
import '../info.dart';
import '../utils.dart' show canonicalLibraryName;
-import '../checker/rules.dart';
import '../options.dart' show CodegenOptions;
abstract class CodeGenerator {
« no previous file with comments | « lib/src/checker/rules.dart ('k') | lib/src/codegen/js_codegen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698