mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
fix
This commit is contained in:
@@ -36,7 +36,9 @@ export const reserved = [
|
||||
'var',
|
||||
'void',
|
||||
'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',
|
||||
'enum',
|
||||
'implements',
|
||||
|
||||
Reference in New Issue
Block a user