oxc/crates/oxc_parser
Boshen bcdbba3981 feat(codegen): print jsdoc comments that are attached to statements and class elements (#5845)
I am unable to print all comments correctly. Comments have way too much semantic meaning in JavaScript.

This PR reduces the scope to only print jsdoc comments that are attached to statements and class elements, in order to get isolated declarations shipped.
2024-09-18 07:58:22 +00:00
..
examples docs(parser): add module and struct level documentation (#5831) 2024-09-18 06:27:24 +00:00
src feat(codegen): print jsdoc comments that are attached to statements and class elements (#5845) 2024-09-18 07:58:22 +00:00
Cargo.toml refactor(parser): add --ast and --comments to example 2024-09-14 09:02:23 +08:00
CHANGELOG.md release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00