swc/crates/rplugin
Donny/강동윤 020b4a554d
fix(graph_analyzer): Allow invoking load multiple time (#2823)
swc_graph_analyzer:
 - Make `load` work correctly even if it's called multiple time.
2021-11-21 14:55:59 +09:00
..
src refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
tests refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
Cargo.toml fix(graph_analyzer): Allow invoking load multiple time (#2823) 2021-11-21 14:55:59 +09:00
README.md refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00

rplugin

General utilities for building plugin system for processing AST. Refer to rustdoc for more details.