Skip to content

Commit

Permalink
Add more reserved keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Aug 23, 2024
1 parent 02344c1 commit 8a07ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils/Escaper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,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 8a07ae9

Please sign in to comment.