From cbfaa20cf232691a1249e9a39f953acaa4ccba42 Mon Sep 17 00:00:00 2001 From: Jan Klaas Kollhof Date: Thu, 23 Apr 2020 11:40:13 +0200 Subject: [PATCH] fix(ident): allow debugger as ident --- src/js/identifier.fnk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/identifier.fnk b/src/js/identifier.fnk index 34f1fe1..b03e747 100644 --- a/src/js/identifier.fnk +++ b/src/js/identifier.fnk @@ -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 )$) [