w-y
Results
1
comments of
w-y
@ariya I tried attachComment, comment and both. ```js esprima.parse('function foo() {/*good comment*/return /*bad comment*/;}', { attachComment: true, comment: true }) ``` the result is: (version 4.0.0) ```js { "type": "Program",...