reserved words

master
Niclas Thobaben 2021-10-05 20:18:12 +02:00
parent a411090422
commit 6b3339d5f1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const COLLECTION_REGEX = /\[?([^\[\]]+)\]?/
const LAST_ELEMENT_REGEX = /(.*)\.([a-zA-Z_0-9]+$)/
const RESERVED_WORDS = [
'abstract', 'assert' 'boolean', 'break' , 'byte', 'case',
'abstract', 'assert', 'boolean', 'break' , 'byte', 'case',
'catch', 'char', 'class', 'const', 'continue', 'default',
'double', 'do', 'else', 'enum', 'extends', 'false',
'final', 'finally', 'float', 'for','goto', 'if',