swc/crates/swc_plugin
Donny/강동윤 9b76783281
refactor(common): Cleanup & rustfmt (#3495)
swc_common:
 - Merge identical source codes.

swc_css_parser:
 - Deny `clippy::all`.
 - Fix lints.
2022-02-09 06:33:32 +00:00
..
scripts refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
src refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
tests fix(es/minifier): Fix bugs (#3238) 2022-01-12 16:57:54 +09:00
Cargo.toml feat(plugin): Support global HANDLER in the plugin context (#3478) 2022-02-08 14:06:10 +09:00
README.md chore: Update markdown files to use "SWC" instead of "swc" (#2744) 2021-11-15 04:26:04 +00:00

swc_plugin

Base runtime for SWC plugins, written in rust.