mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
fix
This commit is contained in:
@@ -36,7 +36,9 @@ export const reserved = [
|
|||||||
'var',
|
'var',
|
||||||
'void',
|
'void',
|
||||||
'while',
|
'while',
|
||||||
'with',
|
// TODO: fix parser to allow 'with' be an Object key, as other reserved words.
|
||||||
|
// Currently we make exception for Array.with
|
||||||
|
// 'with',
|
||||||
'yield',
|
'yield',
|
||||||
'enum',
|
'enum',
|
||||||
'implements',
|
'implements',
|
||||||
|
|||||||
Reference in New Issue
Block a user