| Index: src/token.h
|
| diff --git a/src/token.h b/src/token.h
|
| index 7a2156c950706a37085e728edd96dd3bc8012fca..b305c88a30fd3a852d8452468910b4495249dc47 100644
|
| --- a/src/token.h
|
| +++ b/src/token.h
|
| @@ -170,7 +170,10 @@ namespace internal {
|
| T(FUTURE_RESERVED_WORD, NULL, 0) \
|
| T(FUTURE_STRICT_RESERVED_WORD, NULL, 0) \
|
| K(CONST, "const", 0) \
|
| + K(EXPORT, "export", 0) \
|
| + K(IMPORT, "import", 0) \
|
| K(LET, "let", 0) \
|
| + K(MODULE, "module", 0) \
|
| \
|
| /* Illegal token - not able to scan. */ \
|
| T(ILLEGAL, "ILLEGAL", 0) \
|
|
|