swc/crates/swc_core
Donny/강동윤 84cec8766d
refactor(atoms): Remove usage of js_word! to drop string-cache (#7976)
**Description:**

This PR is to prepare removal of `string-cache`. Actually, this PR does not remove it. Instead, this PR only removes direct usages of `js_word!`s, especially in patterns.



**Related issue:**

 - #4946.
2023-10-08 00:39:51 +00:00
..
src refactor(atoms): Remove usage of js_word! to drop string-cache (#7976) 2023-10-08 00:39:51 +00:00
tests fix(es/module): Fix jsc.paths for projects using pnpm (#7918) 2023-09-06 17:29:47 +00:00
.gitignore refactor(bindings): Deprecate jsvalue::*_serde (#6462) 2022-11-18 10:21:23 +09:00
build.rs refactor: Fix lints using clippy from nightly-2023-03-13 (#6920) 2023-03-14 04:56:21 +00:00
Cargo.toml chore: Publish crates 2023-10-07 14:22:43 +00:00
README.md chore: Publish v1.3.38 (#7018) 2023-03-06 09:30:21 +00:00

swc_core

Selecting version

If you are writing a Wasm plugin for SWC or next.js, please refer to the documentation.