escodegen icon indicating copy to clipboard operation
escodegen copied to clipboard

Comment gets stripped out

Open lucivpav opened this issue 4 years ago • 0 comments

Input:

var foo = /* comment */ (
    42
);

Output:

var foo = 42;

lucivpav avatar Dec 17 '20 10:12 lucivpav