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

Unified Diff: bin/edit_files.dart

Issue 988483006: Add widget to display errors, and report dependency_graph errors correctly (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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/devc.dart » ('j') | lib/runtime/messages.css » ('J')
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 5767ebf47b1ebe9384ee46bb31534f495aa9c3c5..cf9d82aa78cb636193d7be2e0a2733c582bed207 100644
--- a/bin/edit_files.dart
+++ b/bin/edit_files.dart
@@ -19,7 +19,7 @@ import 'package:source_maps/refactor.dart';
import 'package:source_span/source_span.dart';
import 'package:dev_compiler/src/options.dart';
-import 'package:dev_compiler/src/report.dart';
+import 'package:dev_compiler/src/summary.dart';
import 'package:dev_compiler/src/checker/resolver.dart' show TypeResolver;
final ArgParser argParser = new ArgParser()
« no previous file with comments | « no previous file | lib/devc.dart » ('j') | lib/runtime/messages.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698