swc/.github/workflows
Donny/강동윤 380722976a
feat(plugin): Proxy swc_common apis (#2646)
swc_common:
 - Add `Runtime` trait for plugin.
 - Implement `serde` for diagnostics.
 - Proxy diagnostics using `Runtime`.
 - Proxy `HygieneData::with` with `Runtime`.
 - Add implementation of `Runtime` with cargo feature `plugin-rt`.
 - Make `Runtime` implement `StableAbi`.

swc_plugin:
 - Move api code to `swc_plugin_api`.
 - Depend on `swc_common/plugin-mode`.
 - Configure `Runtime` before invoking custom transforms.
 - Use `bincode` for serde.

swc_plugin_runner:
 - Depend on `swc_common/plugin-rt`.
 - Pass `Runtime` implementation to the plugins.
 - Use `bincode` for serde.
2021-11-04 19:24:49 +09:00
..
bench.yml chore: Fix CI script for PRs (#2575) 2021-10-29 06:11:00 +00:00
cargo.yml feat(plugin): Proxy swc_common apis (#2646) 2021-11-04 19:24:49 +09:00
compilation.yml perf(es/transforms): Make transforms parallel (#2449) 2021-10-18 00:03:30 +09:00
crate-publish.yml chore: Manage crate version using github action (#2587) 2021-10-30 15:47:14 +09:00
crate-version-management.yml chore(ci): Don't use push action 2021-10-30 18:29:33 +09:00
integration.yml fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
publish-node.yml ci: Sync to latest napi workflow (#2592) 2021-10-31 10:04:18 +09:00
publish-wasm.yml chore: Fix failing tests and improve CI scripts (#2563) 2021-10-28 02:55:49 +00:00
wasm.yml fix(wasm): Fix bugs (#2279) 2021-09-21 15:24:03 +00:00