swc/crates/swc_plugin_runner
OJ Kwon 976667f7d9
feat(plugin/runner): Improve cache path (#7188)
**Description:**

This PR is minor improvement, non breaking changes to cache path for the plugin. In short, it tries to combine rustc version if available to expand. `option_env!` supposed to embed build time rustc version. It'd be ideal if we could match between plugin's as well, but I doubt if we could before actually load plugin.
2023-04-02 00:22:58 +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 cache path (#7188) 2023-04-02 00:22:58 +00:00
tests build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
.gitignore chore(ci): FIx CI (#6861) 2023-01-27 04:44:58 +00:00
Cargo.toml chore: Publish crates 2023-04-01 06:17:38 +00:00