swc/crates
Donny/강동윤 88a258a5fb
fix(es/react): Fix createElement (#3277)
swc_ecma_transforms_react:
 - Fix arguments passed to `_createElement`. (https://github.com/vercel/next.js/issues/33291)
2022-01-15 21:55:58 +09:00
..
ast_node chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
dbg-swc refactor(*): Fix some clippy warnings (#3257) 2022-01-14 07:20:45 +09:00
enum_kind chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
from_variant refactor(*): Use 2021 edition (#3151) 2021-12-30 18:59:18 +09:00
jsdoc refactor(*): Fix some clippy warnings (#3257) 2022-01-14 07:20:45 +09:00
node refactor(*): Fix some clippy warnings (#3257) 2022-01-14 07:20:45 +09:00
node_macro_deps refactor(*): Use 2021 edition (#3151) 2021-12-30 18:59:18 +09:00
string_enum chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
swc fix(es/react): Fix createElement (#3277) 2022-01-15 21:55:58 +09:00
swc_atoms chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
swc_bundler refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_cli refactor(*): Fix some clippy warnings (#3257) 2022-01-14 07:20:45 +09:00
swc_common refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_css chore: Publish crates 2022-01-14 20:24:12 +09:00
swc_css_ast refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_css_codegen refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_css_codegen_macros refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_css_minifier chore: Publish crates 2022-01-14 20:24:12 +09:00
swc_css_parser refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_css_utils refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_css_visit refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_ast refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_codegen refactor(*): Fix some clippy warnings (#3257) 2022-01-14 07:20:45 +09:00
swc_ecma_codegen_macros refactor(*): Use 2021 edition (#3151) 2021-12-30 18:59:18 +09:00
swc_ecma_dep_graph refactor(*): Fix some clippy warnings (#3257) 2022-01-14 07:20:45 +09:00
swc_ecma_diff chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
swc_ecma_ext_transforms chore: Publish crates 2022-01-12 18:39:56 +09:00
swc_ecma_lints fix(es/resolver): Treat a switch statement as a block scope (#3275) 2022-01-15 17:20:17 +09:00
swc_ecma_loader refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_minifier fix(es/resolver): Treat a switch statement as a block scope (#3275) 2022-01-15 17:20:17 +09:00
swc_ecma_parser refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_preset_env refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_transforms refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_transforms_base chore: Publish crates 2022-01-15 17:20:51 +09:00
swc_ecma_transforms_classes refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_transforms_compat refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_transforms_macros refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_transforms_module refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_transforms_optimization refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_transforms_proposal refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_transforms_react fix(es/react): Fix createElement (#3277) 2022-01-15 21:55:58 +09:00
swc_ecma_transforms_testing refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_transforms_typescript refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_utils refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecma_visit refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_ecmascript refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
swc_eq_ignore_macros refactor(*): Use 2021 edition (#3151) 2021-12-30 18:59:18 +09:00
swc_estree_ast chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
swc_estree_compat chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
swc_fast_graph chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
swc_graph_analyzer chore: Publish crates 2022-01-12 18:39:56 +09:00
swc_macros_common refactor(*): Fix some clippy warnings (#3257) 2022-01-14 07:20:45 +09:00
swc_node_base refactor(*): Use 2021 edition (#3151) 2021-12-30 18:59:18 +09:00
swc_node_bundler refactor(*): Fix some clippy warnings (#3257) 2022-01-14 07:20:45 +09:00
swc_node_comments chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
swc_plugin chore: Publish crates 2022-01-12 18:39:56 +09:00
swc_plugin_build refactor(*): Use 2021 edition (#3151) 2021-12-30 18:59:18 +09:00
swc_plugin_macro feat(plugin/runner): Free allocated memory on errors (#3270) 2022-01-15 05:10:19 +00:00
swc_plugin_runner chore: Publish crates 2022-01-15 14:11:49 +09:00
swc_plugin_testing refactor(*): Use 2021 edition (#3151) 2021-12-30 18:59:18 +09:00
swc_stylis chore: Publish crates 2022-01-14 20:24:12 +09:00
swc_timer chore: Publish crates 2022-01-12 18:39:56 +09:00
swc_visit refactor(*): Use 2021 edition (#3151) 2021-12-30 18:59:18 +09:00
swc_visit_macros refactor(*): Fix some clippy warnings (#3257) 2022-01-14 07:20:45 +09:00
swc_webpack_ast refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
testing chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
testing_macros refactor(*): Fix some clippy warnings (#3257) 2022-01-14 07:20:45 +09:00
wasm chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00