mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08: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