emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.35k stars 3.25k forks source link

Fix single line comment preservation in acorn-optimizer #22125

Closed sbc100 closed 6 days ago

sbc100 commented 1 week ago

Terser has comment1 and comment2 types but there is no such thing as just comment.

sbc100 commented 1 week ago

Actually maybe we should just drop these comments, since its hard to put them in the correct place in the final output.