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

Unified Diff: lib/compiler/implementation/scanner/keyword.dart

Issue 10990060: Added support for exports and re-exports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removed redundant check. Created 8 years, 3 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: lib/compiler/implementation/scanner/keyword.dart
diff --git a/lib/compiler/implementation/scanner/keyword.dart b/lib/compiler/implementation/scanner/keyword.dart
index 1d5319ba27dd3abefb7979aaa030bd2c74e31fe0..18d4a567d0919efac3626138efb7ca7f6b6e1e57 100644
--- a/lib/compiler/implementation/scanner/keyword.dart
+++ b/lib/compiler/implementation/scanner/keyword.dart
@@ -50,6 +50,7 @@ class Keyword implements SourceString {
const Keyword("static", isBuiltIn: true),
const Keyword("typedef", isBuiltIn: true),
+ const Keyword("export", isPseudo: true),
const Keyword("hide", isPseudo: true),
const Keyword("import", isPseudo: true),
const Keyword("library", isPseudo: true),

Powered by Google App Engine
This is Rietveld 408576698