oxc/crates/oxc_codegen
IWANABETHATGUY 365d9ba252
feat(oxc_codegen): generate annotation comments before CallExpression and NewExpression (#4119)
1. test case copy from `vue/core`, here are all usages of `#__PURE__` in
`vue/core`
https://gist.github.com/IWANABETHATGUY/c7911ecd98467a2969b2a994a34d32bc#file-pure_annotation_in_vue_repo-sh
2. Also took a look in other codebase,
https://github.com/search?q=%23__PURE__&type=code, most of the usage of
`#__PURE__` attached as leading comment before `CallExpression` and
`NewExpression`
2024-07-09 00:22:28 +08:00
..
examples feat(codegen)!: new code gen API (#3740) 2024-06-18 15:50:12 +00:00
src feat(oxc_codegen): generate annotation comments before CallExpression and NewExpression (#4119) 2024-07-09 00:22:28 +08:00
tests feat(oxc_codegen): generate annotation comments before CallExpression and NewExpression (#4119) 2024-07-09 00:22:28 +08:00
Cargo.toml Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
CHANGELOG.md Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00