Collect comments around parentheses in expressions (#13803)
Co-authored-by: Brian Ng <bng412@gmail.com>
This commit is contained in:
1
packages/babel-parser/test/fixtures/comments/basic/nested-parentheses/input.js
vendored
Normal file
1
packages/babel-parser/test/fixtures/comments/basic/nested-parentheses/input.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
1 + /* 0 */(/* 1 */(/* 2 */(/* 3 */i/* 4 */)/* 5 */)/* 6 */)/* 7 */;
|
||||
Reference in New Issue
Block a user