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

Unified Diff: pkg/analyzer_cli/lib/starter.dart

Issue 2704103002: Some improvements to the command-line analyzer's output. (Closed)
Patch Set: Created 3 years, 10 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: pkg/analyzer_cli/lib/starter.dart
diff --git a/pkg/analyzer_cli/lib/starter.dart b/pkg/analyzer_cli/lib/starter.dart
index a784a754f4e01d9bd9bf2243b52268105e29455e..a861ae5d06177bb8f39dd04517025d528b26b730 100644
--- a/pkg/analyzer_cli/lib/starter.dart
+++ b/pkg/analyzer_cli/lib/starter.dart
@@ -5,9 +5,10 @@
library analyzer_cli.starter;
import 'package:analyzer/plugin/resolver_provider.dart';
-import 'package:analyzer_cli/src/driver.dart';
import 'package:plugin/plugin.dart';
+import 'src/driver.dart';
+
/**
* An object that can be used to start a command-line analysis. This class
* exists so that clients can configure a command-line analyzer before starting

Powered by Google App Engine
This is Rietveld 408576698