We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SpreadElement
1 parent d09762f commit d70aecdCopy full SHA for d70aecd
1 file changed
tests/transform.test.ts
@@ -165,6 +165,11 @@ const testCases: TestCase[] = [
165
expectedEstreeType: 'OptionalCallExpression',
166
text: ' a ( 1 )?.( 2 ) ',
167
},
168
+ {
169
+ expectedAngularType: 'SafeCall',
170
+ expectedEstreeType: 'OptionalCallExpression',
171
+ text: '( ( ( ( a ) ) ?.( ... ( ( b ) ) ) ) )',
172
+ },
173
{
174
expectedAngularType: 'KeyedRead',
175
expectedEstreeType: 'MemberExpression',
0 commit comments