oxc/crates/oxc_codegen/tests/integration
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
..
snapshots feat(codegen): print jsdoc comments that are attached to statements and class elements (#5845) 2024-09-18 07:58:22 +00:00
esbuild.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
jsdoc.rs feat(codegen): print jsdoc comments that are attached to statements and class elements (#5845) 2024-09-18 07:58:22 +00:00
main.rs feat(codegen): print jsdoc comments that are attached to statements and class elements (#5845) 2024-09-18 07:58:22 +00:00
pure_comments.rs refactor(codegen): change annotation comment tests to snapshot (#5800) 2024-09-16 05:03:43 +00:00
tester.rs feat(span)!: change SourceType::js to SourceType::cjs and SourceType::mjs (#5606) 2024-09-08 14:11:02 +00:00
ts.rs refactor(codegen): change annotation comment tests to snapshot (#5800) 2024-09-16 05:03:43 +00:00
unit.rs fix(codegen): various spacing issues (#5820) 2024-09-17 09:03:28 +00:00