diff --git a/implementations/javascript/packages/schema/src/compiler/jskw.ts b/implementations/javascript/packages/schema/src/compiler/jskw.ts index 2d1fb6c..e2ddcd2 100644 --- a/implementations/javascript/packages/schema/src/compiler/jskw.ts +++ b/implementations/javascript/packages/schema/src/compiler/jskw.ts @@ -4,6 +4,7 @@ export function isJsKeyword(s: string): boolean { export const JS_KEYWORDS = new Set([ 'abstract', + 'arguments', 'await', 'boolean', 'break',