Back to IssuesView on GitHub
#17301
Moderate
codegen: comment on the same line of an expression is not output
Summary
The code generator for Oxc is not preserving comments that appear on the same line as a JavaScript expression. This issue requires investigation into how comments are handled during parsing and code generation to ensure these inline comments are correctly retained and outputted.
Skills Required
RustAbstract Syntax Tree (AST) manipulationCompiler design principlesJavaScript parsing
Files Likely Touched
Labels
A-codegen