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

Unified Diff: bin/edit_files.dart

Issue 1239803005: fix issues caught by analysis_server (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
« no previous file with comments | « no previous file | lib/runtime/messages_widget.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/edit_files.dart
diff --git a/bin/edit_files.dart b/bin/edit_files.dart
index 1d95b4442353dacdc659e3b2d3333956d30df899..c033a9e278fd9dabfcd2d1b2db7622e14010884c 100644
--- a/bin/edit_files.dart
+++ b/bin/edit_files.dart
@@ -23,6 +23,7 @@ import 'package:source_span/source_span.dart';
import 'package:dev_compiler/src/analysis_context.dart';
import 'package:dev_compiler/src/options.dart';
import 'package:dev_compiler/src/summary.dart';
+import 'package:dev_compiler/strong_mode.dart';
final ArgParser argParser = new ArgParser()
..addOption('level', help: 'Minimum error level', defaultsTo: "info")
« no previous file with comments | « no previous file | lib/runtime/messages_widget.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698