This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-18 03:01:48 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
d7964dd547
swc
/
crates
/
swc_plugin
History
Donny
c13bba8401
chore: Publish crates
2022-01-12 18:39:56 +09:00
..
scripts
refactor: Flatten crates (
#2697
)
2021-11-09 20:42:49 +09:00
src
feat(plugin/macro): Add safe API for plugins based on a proc-macro (
#3240
)
2022-01-12 09:32:52 +00:00
tests
fix(es/minifier): Fix bugs (
#3238
)
2022-01-12 16:57:54 +09:00
Cargo.toml
chore: Publish crates
2022-01-12 18:39:56 +09:00
README.md
chore: Update markdown files to use "SWC" instead of "swc" (
#2744
)
2021-11-15 04:26:04 +00:00
README.md
swc_plugin
Base runtime for SWC plugins, written in rust.