escodegen
escodegen copied to clipboard
Comment gets stripped out
Input:
var foo = /* comment */ (
42
);
Output:
var foo = 42;