rtok_ts-analyzer 0.1.3

Tool collecting code metrics for TypeScript
Documentation
[[bin]]
name = "rtok_ts-analyzer"
path = "src/main.rs"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.swc_common]
version = "14.0.1"

[dependencies.swc_ecma_ast]
version = "14.0.0"

[dependencies.swc_ecma_parser]
version = "21.0"

[dependencies.wasm-bindgen]
version = "0.2"

[lib]
crate-type = ["cdylib"]
name = "rtok_ts_analyzer"
path = "src/lib.rs"

[package]
authors = ["Ryota Konabe <rt.konabe@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tool collecting code metrics for TypeScript"
edition = "2024"
license = "MIT/Apache-2.0"
name = "rtok_ts-analyzer"
readme = "README.md"
version = "0.1.3"