Skip to content

Commit

Permalink
NodeJS - Adds missing keyword (OpenAPITools#5606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu-Reddy04 authored and MikailBag committed Mar 23, 2020
1 parent b7ff0f2 commit 3e3283c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public NodeJSServerCodegen() {
setReservedWordsLowerCase(
Arrays.asList(
"break", "case", "class", "catch", "const", "continue", "debugger",
"default", "delete", "do", "else", "export", "extends", "finally",
"default", "delete", "do", "else", "enum", "export", "extends", "finally",
"for", "function", "if", "import", "in", "instanceof", "let", "new",
"return", "super", "switch", "this", "throw", "try", "typeof", "var",
"void", "while", "with", "yield")
Expand Down

0 comments on commit 3e3283c

Please sign in to comment.