This commit is contained in:
2024-12-13 08:02:43 -08:00
parent accbd23349
commit 62b4bc15c4
5 changed files with 200 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ keywords : List String
keywords = [
"var", "true", "false", "let", "case", "switch", "if", "then", "else", "String",
"function", "void", "undefined", "null", "await", "async", "return", "const",
"Number", "default", "for", "while", "Function", "Array"
"Number", "default", "for", "while", "Function", "Array", "BigInt"
]
||| escape identifiers for js