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

Unified Diff: lib/devc.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 | « bin/edit_files.dart ('k') | lib/src/analysis_context.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/devc.dart
diff --git a/lib/devc.dart b/lib/devc.dart
index bc29b465967cb7e5f2a8f2830fc658cd5745f060..56fc6517a96631fd642c9a21f280fc1b39a1a68e 100644
--- a/lib/devc.dart
+++ b/lib/devc.dart
@@ -9,7 +9,6 @@ export 'src/analysis_context.dart'
show createAnalysisContext, createAnalysisContextWithSources;
export 'src/compiler.dart' show BatchCompiler, setupLogger, createErrorReporter;
export 'src/server/server.dart' show DevServer;
-export 'strong_mode.dart' show StrongModeOptions;
// When updating this version, also update the version in the pubspec.
const devCompilerVersion = '0.1.9';
« no previous file with comments | « bin/edit_files.dart ('k') | lib/src/analysis_context.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698