Home

oxc-project/oxc

Status:Indexed
Analyzed Dec 23, 202510K+ starsRust

⚓ A collection of high-performance JavaScript tools.

Back to Issues
#17301
Moderate

codegen: comment on the same line of an expression is not output

View on GitHub

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

Labels

A-codegen