[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Quasi quotation system for ecmascript"
documentation = "https://rustdoc.swc.rs/swc_ecma_quote/"
edition = { workspace = true }
license = { workspace = true }
name = "swc_ecma_quote"
repository = { workspace = true }
version = "8.0.0"
[lib]
bench = false
[dependencies]
swc_atoms = { version = "3.0.4", path = "../swc_atoms" }
swc_common = { version = "6.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "6.0.0", path = "../swc_ecma_ast" }
swc_ecma_quote_macros = { version = "8.0.0", path = "../swc_ecma_quote_macros" }
[dev-dependencies]
testing = { version = "6.0.0", path = "../testing" }