swc/crates/swc_plugin_runner
OJ Kwon 245163a778
feat(plugin/runner): Improve caching (#7341)
**Description:**

Previously disabled cache (storing compiled module in memory) still doesn't work, so falling back to storing raw bytes and create new module each time. This is the same behavior to the wasm build's approach.

Also minor improved caching root to include more information. Previous rustc didn't seem to work unfortunately, so removed but instead using plugin_runner's version.
2023-04-29 11:14:21 +00:00
..
benches feat(css/plugin): Prepare Wasm plugins (#6567) 2022-12-02 10:14:46 +00:00
scripts/instrument test(es/plugin): Add a noop plugin (#5892) 2022-09-18 09:54:06 +00:00
src feat(plugin/runner): Improve caching (#7341) 2023-04-29 11:14:21 +00:00
tests feat(plugin): Enable validation (#7250) 2023-04-12 12:30:38 +00:00
.gitignore chore(ci): FIx CI (#6861) 2023-01-27 04:44:58 +00:00
Cargo.toml chore: Publish crates 2023-04-24 09:25:42 +00:00