swc_ecma_transforms_classes 48.0.0

Helper for transforms for the swc project
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "swc_ecma_transforms_classes"
version = "48.0.0"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper for transforms for the swc project"
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_classes/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"

[lib]
name = "swc_ecma_transforms_classes"
path = "src/lib.rs"
bench = false

[dependencies.swc_common]
version = "25.0.0"

[dependencies.swc_ecma_ast]
version = "28.0.0"

[dependencies.swc_ecma_transforms_base]
version = "48.0.0"

[dependencies.swc_ecma_utils]
version = "34.0.0"

[dependencies.swc_ecma_visit]
version = "28.0.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(swc_ast_unknown)"]