| 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),
|
|
|