We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
instanceof
1 parent 8d63aed commit 7eb6dddCopy full SHA for 7eb6ddd
1 file changed
tests/transform.test.ts
@@ -42,6 +42,11 @@ const testCases: TestCase[] = [
42
expectedEstreeType: 'BinaryExpression',
43
text: ' ( ( ( ( a ) ) in ( ( b ) ) ) ) ',
44
},
45
+ {
46
+ expectedAngularType: 'Binary',
47
+ expectedEstreeType: 'BinaryExpression',
48
+ text: ' ( ( ( ( a ) ) instanceof ( ( b ) ) ) ) ',
49
+ },
50
{
51
expectedAngularType: 'Binary',
52
expectedEstreeType: 'LogicalExpression',
0 commit comments