We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
()
1 parent 5c957fe commit fa91542Copy full SHA for fa91542
1 file changed
tests/transform.test.ts
@@ -505,6 +505,11 @@ const testCases: TestCase[] = [
505
expectedEstreeType: 'ArrowFunctionExpression',
506
text: ' ( ( () => ( ( 1 ) ) ) ) ',
507
},
508
+ {
509
+ expectedAngularType: 'ArrowFunction',
510
+ expectedEstreeType: 'ArrowFunctionExpression',
511
+ text: ' ( ( a => ( ( 1 ) ) ) ) ',
512
+ },
513
{
514
expectedAngularType: 'ArrowFunction',
515
0 commit comments