mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
82ef06afb8
swc_babel_compat: - Optimize. swc: - Improve performance of comment storage.
18 lines
499 B
TOML
18 lines
499 B
TOML
[package]
|
|
authors = ["Daniel Woznicki <daniel.woznicki@gmail.com>"]
|
|
description = "Babel AST node definitions"
|
|
edition = "2018"
|
|
license = "MIT"
|
|
name = "swc_babel_ast"
|
|
publish = false
|
|
version = "0.1.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde = {version = "1", features = ["derive"]}
|
|
serde_json = "1.0.62"
|
|
swc_atoms = {path = "../../atoms"}
|
|
swc_common = {path = "../../common"}
|
|
swc_node_base = {path = "../../node/base"}
|