Skip to content

Commit

Permalink
fix(ident): allow debugger as ident
Browse files Browse the repository at this point in the history
  • Loading branch information
kollhof committed Apr 23, 2020
1 parent 7a9e0d0 commit cbfaa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/identifier.fnk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
check_ident = rx/
^(?!(?:
do|if|in|for|let|new|try|var|case|enum|void|with|break|catch|class|const|super|while|yield|delete|export|import|public|return|static|switch|
typeof|default|extends|finally|package|private|continue|debugger|function|
typeof|default|extends|finally|package|private|continue|function|
arguments|interface|protected|implements|instanceof
)$)
[
Expand Down

0 comments on commit cbfaa20

Please sign in to comment.