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

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

Issue 2043963004: Package map processing abstraction. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
Index: pkg/analyzer/lib/src/generated/sdk.dart
diff --git a/pkg/analyzer/lib/src/generated/sdk.dart b/pkg/analyzer/lib/src/generated/sdk.dart
index 6f50b44c1185a0d6cbcbc8b44c08f597c511b899..cd813a08c9a5025d6451911b5e6dca89ae05c3db 100644
--- a/pkg/analyzer/lib/src/generated/sdk.dart
+++ b/pkg/analyzer/lib/src/generated/sdk.dart
@@ -38,6 +38,11 @@ abstract class DartSdk {
static const String DART_HTML = "dart:html";
/**
+ * The prefix shared by all dart library URIs.
+ */
+ static const String DART_LIBRARY_PREFIX = "dart:";
+
+ /**
* The version number that is returned when the real version number could not
* be determined.
*/

Powered by Google App Engine
This is Rietveld 408576698