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

Unified Diff: lib/src/checker/rules.dart

Issue 1235503010: fixes #219, able to compile multiple entry points (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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
Index: lib/src/checker/rules.dart
diff --git a/lib/src/checker/rules.dart b/lib/src/checker/rules.dart
index a6a8f0be14aeb36203e27cf8749cd3ce1c3f7f5b..bcc1f3ec8840749adf2a2bd0c16a1314d2c624f7 100644
--- a/lib/src/checker/rules.dart
+++ b/lib/src/checker/rules.dart
@@ -14,7 +14,6 @@ import 'package:dev_compiler/strong_mode.dart' show StrongModeOptions;
abstract class TypeRules {
final TypeProvider provider;
- LibraryInfo currentLibraryInfo = null;
/// Map of fields / properties / methods on Object.
final Map<String, DartType> objectMembers;

Powered by Google App Engine
This is Rietveld 408576698