swc/crates/swc_plugin_runner/src
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
..
imported_fn fix(plugin): Make span_to_source use dedicated function (#6853) 2023-01-26 02:09:36 +00:00
cache.rs feat(plugin/runner): Improve cache path (#7188) 2023-04-02 00:22:58 +00:00
host_environment.rs fix(es/plugin/runner): Revert wasmer@3 (#5521) 2022-08-17 05:18:56 +00:00
lib.rs refactor(es/plugin): Fix lints (#5801) 2022-09-10 12:50:54 +09:00
load_plugin.rs feat(es/plugin): Provide swc_core diagnostic from plugin (#5591) 2022-08-22 23:48:50 +00:00
memory_interop.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
transform_executor.rs fix(es/plugin): Print more details on pointer conversion failures (#6378) 2022-11-11 22:47:44 +00:00