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

Unified Diff: pkg/analyzer/lib/src/generated/testing/ast_factory.dart

Issue 1406253004: Lexical support for configurable imports (DEP 40) (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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/testing/ast_factory.dart
diff --git a/pkg/analyzer/lib/src/generated/testing/ast_factory.dart b/pkg/analyzer/lib/src/generated/testing/ast_factory.dart
index bb758b3533f72dcd7bf850f6430e114dc7ad8e7e..dcae60b47d020417ed09a555a7274b540f8618e8 100644
--- a/pkg/analyzer/lib/src/generated/testing/ast_factory.dart
+++ b/pkg/analyzer/lib/src/generated/testing/ast_factory.dart
@@ -431,6 +431,7 @@ class AstFactory {
metadata,
TokenFactory.tokenFromKeyword(Keyword.EXPORT),
string2(uri),
+ null,
combinators,
TokenFactory.tokenFromType(TokenType.SEMICOLON));
@@ -657,6 +658,7 @@ class AstFactory {
metadata,
TokenFactory.tokenFromKeyword(Keyword.IMPORT),
string2(uri),
+ null,
!isDeferred ? null : TokenFactory.tokenFromKeyword(Keyword.DEFERRED),
prefix == null ? null : TokenFactory.tokenFromKeyword(Keyword.AS),
prefix == null ? null : identifier3(prefix),

Powered by Google App Engine
This is Rietveld 408576698