mirror of
https://github.com/leporello-js/leporello-js
synced 2026-03-18 07:14:30 -07:00
instanceof
This commit is contained in:
@@ -1023,7 +1023,7 @@ const expr =
|
||||
binary(['**']),
|
||||
binary(['*','/','%']),
|
||||
binary(['+','-']),
|
||||
binary(['<','>','<=','>=']),
|
||||
binary(['<','>','<=','>=', 'instanceof']),
|
||||
binary(['===', '==', '!==', '!=']),
|
||||
binary(['&&']),
|
||||
binary(['||', '??']),
|
||||
|
||||
Reference in New Issue
Block a user