mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 03:01:48 +03:00
a309b36236
swc_ecma_minifier: - Expose hygiene optimizer. - `mangle_names`: Handle private names in member expressions. (#2086) swc_visit: - Make `Optional::new` const function. swc: - Make `es3` optional via cargo feature. - Ensure that #1554 is already fixed. (#1554)
15 lines
433 B
TOML
15 lines
433 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
description = "Visitor generator for stable rustc"
|
|
edition = "2018"
|
|
license = "Apache-2.0/MIT"
|
|
name = "swc_visit"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
version = "0.2.6"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
either = "1.5.3"
|
|
swc_visit_macros = {version = "0.2.3", path = "./macros"}
|