mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
6896a83d54
swc_ecma_codegen: - Emit pending semi on `~`. (#2091)
18 lines
508 B
TOML
18 lines
508 B
TOML
[package]
|
|
authors = ["Daniel Woznicki <daniel.woznicki@gmail.com>"]
|
|
description = "Visitor implementation for babel nodes"
|
|
edition = "2018"
|
|
license = "MIT"
|
|
name = "swc_babel_visit"
|
|
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_babel_ast = {path = "../ast"}
|
|
swc_visit = {path = "../../../visit"}
|