This commit is contained in:
Dmitry Vasilev
2023-10-26 08:55:36 +08:00
parent 8cd34535a8
commit 8c9068aeb0

View File

@@ -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',