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

Unified Diff: pkg/analyzer/lib/src/generated/workspace.dart

Issue 2933753002: Run the sorter to reduce code churn (Closed)
Patch Set: Created 3 years, 6 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 | « pkg/analyzer/lib/src/generated/resolver.dart ('k') | pkg/analyzer/lib/src/lint/registry.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/workspace.dart
diff --git a/pkg/analyzer/lib/src/generated/workspace.dart b/pkg/analyzer/lib/src/generated/workspace.dart
index f5b6bcfd597b80b0232969ddfff74bf33a8462d5..37a5f00fc1ada9a78f0a5fd1b1fae2d0e8c2c074 100644
--- a/pkg/analyzer/lib/src/generated/workspace.dart
+++ b/pkg/analyzer/lib/src/generated/workspace.dart
@@ -14,6 +14,12 @@ import 'package:analyzer/src/generated/source.dart';
*/
abstract class Workspace {
/**
+ * Return `true` if this workspace defines a single "project"
+ * and that "project" depends upon flutter,
+ */
+ bool get hasFlutterDependency => false;
+
+ /**
* Return a map of package sources.
*/
Map<String, List<Folder>> get packageMap;
@@ -24,12 +30,6 @@ abstract class Workspace {
UriResolver get packageUriResolver;
/**
- * Return `true` if this workspace defines a single "project"
- * and that "project" depends upon flutter,
- */
- bool get hasFlutterDependency => false;
-
- /**
* Create the [SourceFactory] for resolving Uris to [Source]s.
* The [sdk] may be `null`.
*/
« no previous file with comments | « pkg/analyzer/lib/src/generated/resolver.dart ('k') | pkg/analyzer/lib/src/lint/registry.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698