mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
WIP
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
export const reserved = [
|
||||
'break',
|
||||
'case',
|
||||
'catch',
|
||||
// TODO: fix parser to allow catch be an Object key, as other reserved words.
|
||||
// Currently we make exception for promise.catch
|
||||
// 'catch',
|
||||
'class',
|
||||
'const',
|
||||
'continue',
|
||||
@@ -14,7 +16,9 @@ export const reserved = [
|
||||
'else',
|
||||
'export',
|
||||
'extends',
|
||||
'finally',
|
||||
// TODO: fix parser to allow finally be an Object key, as other reserved words.
|
||||
// Currently we make exception for promise.finally
|
||||
// 'finally',
|
||||
'for',
|
||||
'function',
|
||||
'if',
|
||||
|
||||
Reference in New Issue
Block a user