Skip to content

Commit

Permalink
Merge pull request #43 from samchon/feature/enum-null
Browse files Browse the repository at this point in the history
Avoid more reserved keywords.
  • Loading branch information
samchon committed Aug 22, 2024
2 parents 6a2bd99 + d5f8023 commit 6fddc29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@samchon/openapi",
"version": "0.4.8",
"version": "0.4.9",
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down
4 changes: 4 additions & 0 deletions src/utils/StringUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,13 @@ const RESERVED: Set<string> = new Set([
"import",
"in",
"instanceof",
"module",
"new",
"null",
"package",
"public",
"private",
"protected",
"return",
"super",
"switch",
Expand Down

0 comments on commit 6fddc29

Please sign in to comment.