oxc/crates
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
..
oxc Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_allocator Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_ast Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_ast_macros Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_cfg Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_codegen feat(oxc_codegen): generate annotation comments before CallExpression and NewExpression (#4119) 2024-07-09 00:22:28 +08:00
oxc_diagnostics Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_index Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_isolated_declarations Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_js_regex chore: crates should only publish src and examples directory 2024-06-08 16:35:16 +08:00
oxc_language_server refactor(linter): LintContext can now only be constructed with a cfg enabled semantic. (#3761) 2024-06-19 13:01:33 +00:00
oxc_linter refactor(react): use find_binding helper for finding React binding (#4108) 2024-07-08 18:35:48 +08:00
oxc_macros chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_minifier Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_module_lexer Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_parser Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_prettier feat(ast,codegen): add TSParenthesizedType and print type parentheses correctly (#3979) 2024-06-30 07:57:48 +00:00
oxc_semantic Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_sourcemap Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_span feat(span): add various implementations of FromIn for Atom. (#4090) 2024-07-08 15:32:57 +00:00
oxc_syntax Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_transformer Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_traverse Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
oxc_wasm refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00