Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b2052d0

Browse files
committed
fix($parse): fixing typos in JS_KEYWORDS
1 parent 7da2bdb commit b2052d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ var getterFnCache = {},
675675
forEach(
676676
("abstract,boolean,break,byte,case,catch,char,class,const,continue,debugger,default," +
677677
"delete,do,double,else,enum,export,extends,false,final,finally,float,for,function,goto," +
678-
"if,implements,import,ininstanceof,intinterface,long,native,new,null,package,private," +
678+
"if,implements,import,in,instanceof,int,interface,long,native,new,null,package,private," +
679679
"protected,public,return,short,static,super,switch,synchronized,this,throw,throws," +
680680
"transient,true,try,typeof,var,volatile,void,undefined,while,with").split(/,/),
681681
function(key){ JS_KEYWORDS[key] = true;}

0 commit comments

Comments
 (0)