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

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

Issue 2640853005: Make Analyzer, VM and dart2js accept URI strings as part-of library identifier. (Closed)
Patch Set: Add tests, enable flag by default in analyzer. Created 3 years, 11 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/parser.dart
diff --git a/pkg/analyzer/lib/src/generated/parser.dart b/pkg/analyzer/lib/src/generated/parser.dart
index c90af7d69f56ef2dadcf1fe42d92585ec695d120..035193edaa6f56cb8e90e86edaf90e73cb45f5df 100644
--- a/pkg/analyzer/lib/src/generated/parser.dart
+++ b/pkg/analyzer/lib/src/generated/parser.dart
@@ -208,7 +208,7 @@ class Parser {
* A flag indicating whether the parser is to allow URI's in part-of
* directives.
*/
- bool _enableUriInPartOf = false;
+ bool _enableUriInPartOf = true;
/**
* A flag indicating whether parser is to parse function bodies.

Powered by Google App Engine
This is Rietveld 408576698