w-y
Results
1
issues of
w-y
### Steps to reproduce ```js esprima.parse('function foo() {return /*comment*/;}', { comment: true }) ``` ### Expected output ```js { "type": "Program", "body": [ { "type": "FunctionDeclaration", "id": { "type": "Identifier",...