swc_plugin_proxy 0.10.0

Proxy structs to the hosts original structs for the plugin
Documentation
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>", "OJ Kwon <kwon.ohjoong@gmail.com>"]
description = "Proxy structs to the hosts original structs for the plugin"
edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_proxy"
repository = "https://github.com/swc-project/swc.git"
version = "0.10.0"

[lib]
bench = false

[features]
# swc/core, which runs plugin
plugin-rt = []
# actual wasm plugin binary
plugin-mode = []

[dependencies]
better_scoped_tls = { version = "0.1.0", path = "../better_scoped_tls" }
bytecheck = "0.6.8"
rkyv = "0.7.39"
swc_common = { version = "0.23.0", path = "../swc_common", features = [
  "plugin-base",
] }
swc_ecma_ast = {version = "0.84.0", path = "../swc_ecma_ast"}