Skip to content

Instantly share code, notes, and snippets.

@esamattis
Created August 4, 2023 21:20
Show Gist options
  • Save esamattis/ee61923e882e716983eb051bc1666650 to your computer and use it in GitHub Desktop.
Save esamattis/ee61923e882e716983eb051bc1666650 to your computer and use it in GitHub Desktop.
swc dep tree
$ cat Cargo.toml
[package]
name = "rustdepstest"
version = "0.1.0"
edition = "2021"
[dependencies]
swc = "0.264.38"
$ cargo tree
swcdeptest v0.1.0 (/Users/esamatti1/tmp/swcdeptest)
└── swc v0.264.38
β”œβ”€β”€ ahash v0.8.3
β”‚ β”œβ”€β”€ cfg-if v1.0.0
β”‚ β”œβ”€β”€ getrandom v0.2.10
β”‚ β”‚ β”œβ”€β”€ cfg-if v1.0.0
β”‚ β”‚ └── libc v0.2.147
β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ └── serde v1.0.181
β”‚ └── serde_derive v1.0.181 (proc-macro)
β”‚ β”œβ”€β”€ proc-macro2 v1.0.66
β”‚ β”‚ └── unicode-ident v1.0.11
β”‚ β”œβ”€β”€ quote v1.0.32
β”‚ β”‚ └── proc-macro2 v1.0.66 (*)
β”‚ └── syn v2.0.28
β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ └── unicode-ident v1.0.11
β”‚ [build-dependencies]
β”‚ └── version_check v0.9.4
β”œβ”€β”€ anyhow v1.0.72
β”œβ”€β”€ base64 v0.13.1
β”œβ”€β”€ dashmap v5.5.0
β”‚ β”œβ”€β”€ cfg-if v1.0.0
β”‚ β”œβ”€β”€ hashbrown v0.14.0
β”‚ β”œβ”€β”€ lock_api v0.4.10
β”‚ β”‚ └── scopeguard v1.2.0
β”‚ β”‚ [build-dependencies]
β”‚ β”‚ └── autocfg v1.1.0
β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ └── parking_lot_core v0.9.8
β”‚ β”œβ”€β”€ cfg-if v1.0.0
β”‚ β”œβ”€β”€ libc v0.2.147
β”‚ └── smallvec v1.11.0
β”œβ”€β”€ either v1.9.0
β”œβ”€β”€ indexmap v1.9.3
β”‚ β”œβ”€β”€ hashbrown v0.12.3
β”‚ └── serde v1.0.181 (*)
β”‚ [build-dependencies]
β”‚ └── autocfg v1.1.0
β”œβ”€β”€ jsonc-parser v0.21.1
β”‚ └── serde_json v1.0.104
β”‚ β”œβ”€β”€ itoa v1.0.9
β”‚ β”œβ”€β”€ ryu v1.0.15
β”‚ └── serde v1.0.181 (*)
β”œβ”€β”€ lru v0.10.1
β”‚ └── hashbrown v0.13.2
β”‚ └── ahash v0.8.3 (*)
β”œβ”€β”€ once_cell v1.18.0
β”œβ”€β”€ parking_lot v0.12.1
β”‚ β”œβ”€β”€ lock_api v0.4.10 (*)
β”‚ └── parking_lot_core v0.9.8 (*)
β”œβ”€β”€ pathdiff v0.2.1
β”œβ”€β”€ regex v1.9.1
β”‚ β”œβ”€β”€ aho-corasick v1.0.2
β”‚ β”‚ └── memchr v2.5.0
β”‚ β”œβ”€β”€ memchr v2.5.0
β”‚ β”œβ”€β”€ regex-automata v0.3.4
β”‚ β”‚ β”œβ”€β”€ aho-corasick v1.0.2 (*)
β”‚ β”‚ β”œβ”€β”€ memchr v2.5.0
β”‚ β”‚ └── regex-syntax v0.7.4
β”‚ └── regex-syntax v0.7.4
β”œβ”€β”€ rustc-hash v1.1.0
β”œβ”€β”€ serde v1.0.181 (*)
β”œβ”€β”€ serde_json v1.0.104 (*)
β”œβ”€β”€ sourcemap v6.4.0
β”‚ β”œβ”€β”€ data-encoding v2.4.0
β”‚ β”œβ”€β”€ debugid v0.8.0
β”‚ β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”‚ └── uuid v1.4.1
β”‚ β”œβ”€β”€ if_chain v1.0.2
β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”œβ”€β”€ serde_json v1.0.104 (*)
β”‚ β”œβ”€β”€ unicode-id v0.3.3
β”‚ └── url v2.4.0
β”‚ β”œβ”€β”€ form_urlencoded v1.2.0
β”‚ β”‚ └── percent-encoding v2.3.0
β”‚ β”œβ”€β”€ idna v0.4.0
β”‚ β”‚ β”œβ”€β”€ unicode-bidi v0.3.13
β”‚ β”‚ └── unicode-normalization v0.1.22
β”‚ β”‚ └── tinyvec v1.6.0
β”‚ β”‚ └── tinyvec_macros v0.1.1
β”‚ └── percent-encoding v2.3.0
β”‚ [build-dependencies]
β”‚ └── rustc_version v0.2.3
β”‚ └── semver v0.9.0
β”‚ └── semver-parser v0.7.0
β”œβ”€β”€ swc_atoms v0.5.8
β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”œβ”€β”€ rustc-hash v1.1.0
β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”œβ”€β”€ string_cache v0.8.7
β”‚ β”‚ β”œβ”€β”€ new_debug_unreachable v1.0.4
β”‚ β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”‚ β”œβ”€β”€ parking_lot v0.12.1 (*)
β”‚ β”‚ β”œβ”€β”€ phf_shared v0.10.0
β”‚ β”‚ β”‚ └── siphasher v0.3.10
β”‚ β”‚ β”œβ”€β”€ precomputed-hash v0.1.1
β”‚ β”‚ └── serde v1.0.181 (*)
β”‚ └── triomphe v0.1.9
β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ └── stable_deref_trait v1.2.0
β”‚ [build-dependencies]
β”‚ └── string_cache_codegen v0.5.2
β”‚ β”œβ”€β”€ phf_generator v0.10.0
β”‚ β”‚ β”œβ”€β”€ phf_shared v0.10.0 (*)
β”‚ β”‚ └── rand v0.8.5
β”‚ β”‚ β”œβ”€β”€ libc v0.2.147
β”‚ β”‚ β”œβ”€β”€ rand_chacha v0.3.1
β”‚ β”‚ β”‚ β”œβ”€β”€ ppv-lite86 v0.2.17
β”‚ β”‚ β”‚ └── rand_core v0.6.4
β”‚ β”‚ β”‚ └── getrandom v0.2.10
β”‚ β”‚ β”‚ β”œβ”€β”€ cfg-if v1.0.0
β”‚ β”‚ β”‚ └── libc v0.2.147
β”‚ β”‚ └── rand_core v0.6.4 (*)
β”‚ β”œβ”€β”€ phf_shared v0.10.0 (*)
β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ └── quote v1.0.32 (*)
β”œβ”€β”€ swc_cached v0.3.17
β”‚ β”œβ”€β”€ ahash v0.8.3 (*)
β”‚ β”œβ”€β”€ anyhow v1.0.72
β”‚ β”œβ”€β”€ dashmap v5.5.0 (*)
β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”œβ”€β”€ regex v1.9.1 (*)
β”‚ └── serde v1.0.181 (*)
β”œβ”€β”€ swc_common v0.31.18
β”‚ β”œβ”€β”€ ahash v0.8.3 (*)
β”‚ β”œβ”€β”€ ast_node v0.9.5 (proc-macro)
β”‚ β”‚ β”œβ”€β”€ pmutil v0.6.1
β”‚ β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”‚ └── syn v2.0.28 (*)
β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”œβ”€β”€ swc_macros_common v0.3.8
β”‚ β”‚ β”‚ β”œβ”€β”€ pmutil v0.6.1 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”‚ └── syn v2.0.28 (*)
β”‚ β”‚ └── syn v2.0.28 (*)
β”‚ β”œβ”€β”€ better_scoped_tls v0.1.1
β”‚ β”‚ └── scoped-tls v1.0.1
β”‚ β”œβ”€β”€ cfg-if v1.0.0
β”‚ β”œβ”€β”€ either v1.9.0
β”‚ β”œβ”€β”€ from_variant v0.1.6 (proc-macro)
β”‚ β”‚ β”œβ”€β”€ pmutil v0.6.1 (*)
β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”œβ”€β”€ swc_macros_common v0.3.8 (*)
β”‚ β”‚ └── syn v2.0.28 (*)
β”‚ β”œβ”€β”€ new_debug_unreachable v1.0.4
β”‚ β”œβ”€β”€ num-bigint v0.4.3
β”‚ β”‚ β”œβ”€β”€ num-integer v0.1.45
β”‚ β”‚ β”‚ └── num-traits v0.2.16
β”‚ β”‚ β”‚ [build-dependencies]
β”‚ β”‚ β”‚ └── autocfg v1.1.0
β”‚ β”‚ β”‚ [build-dependencies]
β”‚ β”‚ β”‚ └── autocfg v1.1.0
β”‚ β”‚ β”œβ”€β”€ num-traits v0.2.16 (*)
β”‚ β”‚ └── serde v1.0.181 (*)
β”‚ β”‚ [build-dependencies]
β”‚ β”‚ └── autocfg v1.1.0
β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”œβ”€β”€ parking_lot v0.12.1 (*)
β”‚ β”œβ”€β”€ rustc-hash v1.1.0
β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”œβ”€β”€ siphasher v0.3.10
β”‚ β”œβ”€β”€ sourcemap v6.4.0 (*)
β”‚ β”œβ”€β”€ string_cache v0.8.7 (*)
β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”œβ”€β”€ swc_eq_ignore_macros v0.1.2 (proc-macro)
β”‚ β”‚ β”œβ”€β”€ pmutil v0.6.1 (*)
β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ └── syn v2.0.28 (*)
β”‚ β”œβ”€β”€ swc_visit v0.5.7
β”‚ β”‚ β”œβ”€β”€ either v1.9.0
β”‚ β”‚ └── swc_visit_macros v0.5.8 (proc-macro)
β”‚ β”‚ β”œβ”€β”€ Inflector v0.11.4
β”‚ β”‚ β”‚ β”œβ”€β”€ lazy_static v1.4.0
β”‚ β”‚ β”‚ └── regex v1.9.1 (*)
β”‚ β”‚ β”œβ”€β”€ pmutil v0.6.1 (*)
β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”œβ”€β”€ swc_macros_common v0.3.8 (*)
β”‚ β”‚ └── syn v2.0.28 (*)
β”‚ β”œβ”€β”€ tracing v0.1.37
β”‚ β”‚ β”œβ”€β”€ cfg-if v1.0.0
β”‚ β”‚ β”œβ”€β”€ pin-project-lite v0.2.10
β”‚ β”‚ β”œβ”€β”€ tracing-attributes v0.1.26 (proc-macro)
β”‚ β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”‚ └── syn v2.0.28 (*)
β”‚ β”‚ └── tracing-core v0.1.31
β”‚ β”‚ └── once_cell v1.18.0
β”‚ β”œβ”€β”€ unicode-width v0.1.10
β”‚ └── url v2.4.0 (*)
β”œβ”€β”€ swc_config v0.1.7
β”‚ β”œβ”€β”€ indexmap v1.9.3 (*)
β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”œβ”€β”€ serde_json v1.0.104 (*)
β”‚ └── swc_config_macro v0.1.2 (proc-macro)
β”‚ β”œβ”€β”€ pmutil v0.6.1 (*)
β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”œβ”€β”€ swc_macros_common v0.3.8 (*)
β”‚ └── syn v2.0.28 (*)
β”œβ”€β”€ swc_ecma_ast v0.107.2
β”‚ β”œβ”€β”€ bitflags v2.3.3
β”‚ β”œβ”€β”€ is-macro v0.3.0 (proc-macro)
β”‚ β”‚ β”œβ”€β”€ Inflector v0.11.4 (*)
β”‚ β”‚ β”œβ”€β”€ pmutil v0.6.1 (*)
β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ └── syn v2.0.28 (*)
β”‚ β”œβ”€β”€ num-bigint v0.4.3 (*)
β”‚ β”œβ”€β”€ scoped-tls v1.0.1
β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”œβ”€β”€ string_enum v0.4.1 (proc-macro)
β”‚ β”‚ β”œβ”€β”€ pmutil v0.6.1 (*)
β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”œβ”€β”€ swc_macros_common v0.3.8 (*)
β”‚ β”‚ └── syn v2.0.28 (*)
β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ └── unicode-id v0.3.3
β”œβ”€β”€ swc_ecma_codegen v0.142.5
β”‚ β”œβ”€β”€ memchr v2.5.0
β”‚ β”œβ”€β”€ num-bigint v0.4.3 (*)
β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”œβ”€β”€ rustc-hash v1.1.0
β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”œβ”€β”€ sourcemap v6.4.0 (*)
β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”œβ”€β”€ swc_ecma_codegen_macros v0.7.3 (proc-macro)
β”‚ β”‚ β”œβ”€β”€ pmutil v0.6.1 (*)
β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”œβ”€β”€ swc_macros_common v0.3.8 (*)
β”‚ β”‚ └── syn v2.0.28 (*)
β”‚ └── tracing v0.1.37 (*)
β”œβ”€β”€ swc_ecma_ext_transforms v0.106.7
β”‚ β”œβ”€β”€ phf v0.10.1
β”‚ β”‚ β”œβ”€β”€ phf_macros v0.10.0 (proc-macro)
β”‚ β”‚ β”‚ β”œβ”€β”€ phf_generator v0.10.0 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ phf_shared v0.10.0 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ proc-macro-hack v0.5.20+deprecated (proc-macro)
β”‚ β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”‚ └── syn v1.0.109
β”‚ β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”‚ └── unicode-ident v1.0.11
β”‚ β”‚ β”œβ”€β”€ phf_shared v0.10.0 (*)
β”‚ β”‚ └── proc-macro-hack v0.5.20+deprecated (proc-macro)
β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”œβ”€β”€ swc_ecma_utils v0.120.7
β”‚ β”‚ β”œβ”€β”€ indexmap v1.9.3 (*)
β”‚ β”‚ β”œβ”€β”€ num_cpus v1.16.0
β”‚ β”‚ β”‚ └── libc v0.2.147
β”‚ β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”‚ β”œβ”€β”€ rustc-hash v1.1.0
β”‚ β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_visit v0.93.2
β”‚ β”‚ β”‚ β”œβ”€β”€ num-bigint v0.4.3 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_visit v0.5.7 (*)
β”‚ β”‚ β”‚ └── tracing v0.1.37 (*)
β”‚ β”‚ β”œβ”€β”€ tracing v0.1.37 (*)
β”‚ β”‚ └── unicode-id v0.3.3
β”‚ └── swc_ecma_visit v0.93.2 (*)
β”œβ”€β”€ swc_ecma_lints v0.85.9
β”‚ β”œβ”€β”€ ahash v0.8.3 (*)
β”‚ β”œβ”€β”€ auto_impl v1.1.0 (proc-macro)
β”‚ β”‚ β”œβ”€β”€ proc-macro-error v1.0.4
β”‚ β”‚ β”‚ β”œβ”€β”€ proc-macro-error-attr v1.0.4 (proc-macro)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”‚ β”‚ └── quote v1.0.32 (*)
β”‚ β”‚ β”‚ β”‚ [build-dependencies]
β”‚ β”‚ β”‚ β”‚ └── version_check v0.9.4
β”‚ β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”‚ └── syn v1.0.109 (*)
β”‚ β”‚ β”‚ [build-dependencies]
β”‚ β”‚ β”‚ └── version_check v0.9.4
β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ └── syn v1.0.109 (*)
β”‚ β”œβ”€β”€ dashmap v5.5.0 (*)
β”‚ β”œβ”€β”€ parking_lot v0.12.1 (*)
β”‚ β”œβ”€β”€ rayon v1.7.0
β”‚ β”‚ β”œβ”€β”€ either v1.9.0
β”‚ β”‚ └── rayon-core v1.11.0
β”‚ β”‚ β”œβ”€β”€ crossbeam-channel v0.5.8
β”‚ β”‚ β”‚ β”œβ”€β”€ cfg-if v1.0.0
β”‚ β”‚ β”‚ └── crossbeam-utils v0.8.16
β”‚ β”‚ β”‚ └── cfg-if v1.0.0
β”‚ β”‚ β”œβ”€β”€ crossbeam-deque v0.8.3
β”‚ β”‚ β”‚ β”œβ”€β”€ cfg-if v1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ crossbeam-epoch v0.9.15
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ cfg-if v1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ crossbeam-utils v0.8.16 (*)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ memoffset v0.9.0
β”‚ β”‚ β”‚ β”‚ β”‚ [build-dependencies]
β”‚ β”‚ β”‚ β”‚ β”‚ └── autocfg v1.1.0
β”‚ β”‚ β”‚ β”‚ └── scopeguard v1.2.0
β”‚ β”‚ β”‚ β”‚ [build-dependencies]
β”‚ β”‚ β”‚ β”‚ └── autocfg v1.1.0
β”‚ β”‚ β”‚ └── crossbeam-utils v0.8.16 (*)
β”‚ β”‚ β”œβ”€β”€ crossbeam-utils v0.8.16 (*)
β”‚ β”‚ └── num_cpus v1.16.0 (*)
β”‚ β”œβ”€β”€ regex v1.9.1 (*)
β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”œβ”€β”€ swc_config v0.1.7 (*)
β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”œβ”€β”€ swc_ecma_utils v0.120.7 (*)
β”‚ └── swc_ecma_visit v0.93.2 (*)
β”œβ”€β”€ swc_ecma_loader v0.43.20
β”‚ β”œβ”€β”€ ahash v0.8.3 (*)
β”‚ β”œβ”€β”€ anyhow v1.0.72
β”‚ β”œβ”€β”€ dashmap v5.5.0 (*)
β”‚ β”œβ”€β”€ lru v0.10.1 (*)
β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”œβ”€β”€ parking_lot v0.12.1 (*)
β”‚ β”œβ”€β”€ path-clean v0.1.0
β”‚ β”œβ”€β”€ pathdiff v0.2.1
β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”œβ”€β”€ serde_json v1.0.104 (*)
β”‚ β”œβ”€β”€ swc_cached v0.3.17 (*)
β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ └── tracing v0.1.37 (*)
β”œβ”€β”€ swc_ecma_minifier v0.184.30
β”‚ β”œβ”€β”€ ahash v0.8.3 (*)
β”‚ β”œβ”€β”€ arrayvec v0.7.4
β”‚ β”œβ”€β”€ indexmap v1.9.3 (*)
β”‚ β”œβ”€β”€ num-bigint v0.4.3 (*)
β”‚ β”œβ”€β”€ num_cpus v1.16.0 (*)
β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”œβ”€β”€ parking_lot v0.12.1 (*)
β”‚ β”œβ”€β”€ radix_fmt v1.0.0
β”‚ β”œβ”€β”€ regex v1.9.1 (*)
β”‚ β”œβ”€β”€ rustc-hash v1.1.0
β”‚ β”œβ”€β”€ ryu-js v0.2.2
β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”œβ”€β”€ serde_json v1.0.104 (*)
β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”œβ”€β”€ swc_cached v0.3.17 (*)
β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”œβ”€β”€ swc_config v0.1.7 (*)
β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”œβ”€β”€ swc_ecma_codegen v0.142.5 (*)
β”‚ β”œβ”€β”€ swc_ecma_parser v0.137.5
β”‚ β”‚ β”œβ”€β”€ either v1.9.0
β”‚ β”‚ β”œβ”€β”€ lexical v6.1.1
β”‚ β”‚ β”‚ └── lexical-core v0.8.5
β”‚ β”‚ β”‚ β”œβ”€β”€ lexical-parse-float v0.8.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ lexical-parse-integer v0.8.6
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ lexical-util v0.8.5
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── static_assertions v1.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── static_assertions v1.1.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ lexical-util v0.8.5 (*)
β”‚ β”‚ β”‚ β”‚ └── static_assertions v1.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ lexical-parse-integer v0.8.6 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ lexical-util v0.8.5 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ lexical-write-float v0.8.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ lexical-util v0.8.5 (*)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ lexical-write-integer v0.8.5
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ lexical-util v0.8.5 (*)
β”‚ β”‚ β”‚ β”‚ β”‚ └── static_assertions v1.1.0
β”‚ β”‚ β”‚ β”‚ └── static_assertions v1.1.0
β”‚ β”‚ β”‚ └── lexical-write-integer v0.8.5 (*)
β”‚ β”‚ β”œβ”€β”€ num-bigint v0.4.3 (*)
β”‚ β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”‚ β”œβ”€β”€ smallvec v1.11.0
β”‚ β”‚ β”œβ”€β”€ smartstring v1.0.1
β”‚ β”‚ β”‚ └── static_assertions v1.1.0
β”‚ β”‚ β”‚ [build-dependencies]
β”‚ β”‚ β”‚ β”œβ”€β”€ autocfg v1.1.0
β”‚ β”‚ β”‚ └── version_check v0.9.4
β”‚ β”‚ β”œβ”€β”€ stacker v0.1.15
β”‚ β”‚ β”‚ β”œβ”€β”€ cfg-if v1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ libc v0.2.147
β”‚ β”‚ β”‚ └── psm v0.1.21
β”‚ β”‚ β”‚ [build-dependencies]
β”‚ β”‚ β”‚ └── cc v1.0.81
β”‚ β”‚ β”‚ └── libc v0.2.147
β”‚ β”‚ β”‚ [build-dependencies]
β”‚ β”‚ β”‚ └── cc v1.0.81 (*)
β”‚ β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”‚ β”œβ”€β”€ tracing v0.1.37 (*)
β”‚ β”‚ └── typed-arena v2.0.2
β”‚ β”œβ”€β”€ swc_ecma_transforms_base v0.130.9
β”‚ β”‚ β”œβ”€β”€ better_scoped_tls v0.1.1 (*)
β”‚ β”‚ β”œβ”€β”€ bitflags v2.3.3
β”‚ β”‚ β”œβ”€β”€ indexmap v1.9.3 (*)
β”‚ β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”‚ β”œβ”€β”€ phf v0.10.1 (*)
β”‚ β”‚ β”œβ”€β”€ rustc-hash v1.1.0
β”‚ β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”‚ β”œβ”€β”€ smallvec v1.11.0
β”‚ β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_parser v0.137.5 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_utils v0.120.7 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_visit v0.93.2 (*)
β”‚ β”‚ └── tracing v0.1.37 (*)
β”‚ β”œβ”€β”€ swc_ecma_transforms_optimization v0.190.19
β”‚ β”‚ β”œβ”€β”€ ahash v0.8.3 (*)
β”‚ β”‚ β”œβ”€β”€ dashmap v5.5.0 (*)
β”‚ β”‚ β”œβ”€β”€ indexmap v1.9.3 (*)
β”‚ β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”‚ β”œβ”€β”€ petgraph v0.6.3
β”‚ β”‚ β”‚ β”œβ”€β”€ fixedbitset v0.4.2
β”‚ β”‚ β”‚ └── indexmap v1.9.3 (*)
β”‚ β”‚ β”œβ”€β”€ rustc-hash v1.1.0
β”‚ β”‚ β”œβ”€β”€ serde_json v1.0.104 (*)
β”‚ β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_parser v0.137.5 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_base v0.130.9 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_macros v0.5.2 (proc-macro)
β”‚ β”‚ β”‚ β”œβ”€β”€ pmutil v0.6.1 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_macros_common v0.3.8 (*)
β”‚ β”‚ β”‚ └── syn v2.0.28 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_utils v0.120.7 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_visit v0.93.2 (*)
β”‚ β”‚ β”œβ”€β”€ swc_fast_graph v0.19.18
β”‚ β”‚ β”‚ β”œβ”€β”€ indexmap v1.9.3 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ petgraph v0.6.3 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ rustc-hash v1.1.0
β”‚ β”‚ β”‚ └── swc_common v0.31.18 (*)
β”‚ β”‚ └── tracing v0.1.37 (*)
β”‚ β”œβ”€β”€ swc_ecma_usage_analyzer v0.16.11
β”‚ β”‚ β”œβ”€β”€ ahash v0.8.3 (*)
β”‚ β”‚ β”œβ”€β”€ indexmap v1.9.3 (*)
β”‚ β”‚ β”œβ”€β”€ rustc-hash v1.1.0
β”‚ β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_utils v0.120.7 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_visit v0.93.2 (*)
β”‚ β”‚ β”œβ”€β”€ swc_timer v0.19.21
β”‚ β”‚ β”‚ └── tracing v0.1.37 (*)
β”‚ β”‚ └── tracing v0.1.37 (*)
β”‚ β”œβ”€β”€ swc_ecma_utils v0.120.7 (*)
β”‚ β”œβ”€β”€ swc_ecma_visit v0.93.2 (*)
β”‚ β”œβ”€β”€ swc_timer v0.19.21 (*)
β”‚ └── tracing v0.1.37 (*)
β”œβ”€β”€ swc_ecma_parser v0.137.5 (*)
β”œβ”€β”€ swc_ecma_preset_env v0.198.21
β”‚ β”œβ”€β”€ ahash v0.8.3 (*)
β”‚ β”œβ”€β”€ anyhow v1.0.72
β”‚ β”œβ”€β”€ dashmap v5.5.0 (*)
β”‚ β”œβ”€β”€ indexmap v1.9.3 (*)
β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”œβ”€β”€ preset_env_base v0.4.5
β”‚ β”‚ β”œβ”€β”€ ahash v0.8.3 (*)
β”‚ β”‚ β”œβ”€β”€ anyhow v1.0.72
β”‚ β”‚ β”œβ”€β”€ browserslist-rs v0.12.4
β”‚ β”‚ β”‚ β”œβ”€β”€ ahash v0.8.3 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ chrono v0.4.26
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ iana-time-zone v0.1.57
β”‚ β”‚ β”‚ β”‚ β”‚ └── core-foundation-sys v0.8.4
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ num-traits v0.2.16 (*)
β”‚ β”‚ β”‚ β”‚ └── time v0.1.45
β”‚ β”‚ β”‚ β”‚ └── libc v0.2.147
β”‚ β”‚ β”‚ β”œβ”€β”€ either v1.9.0
β”‚ β”‚ β”‚ β”œβ”€β”€ itertools v0.10.5
β”‚ β”‚ β”‚ β”‚ └── either v1.9.0
β”‚ β”‚ β”‚ β”œβ”€β”€ nom v7.1.3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ memchr v2.5.0
β”‚ β”‚ β”‚ β”‚ └── minimal-lexical v0.2.1
β”‚ β”‚ β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”‚ β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ serde_json v1.0.104 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ string_cache v0.8.7 (*)
β”‚ β”‚ β”‚ └── thiserror v1.0.44
β”‚ β”‚ β”‚ └── thiserror-impl v1.0.44 (proc-macro)
β”‚ β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”‚ └── syn v2.0.28 (*)
β”‚ β”‚ β”‚ [build-dependencies]
β”‚ β”‚ β”‚ β”œβ”€β”€ anyhow v1.0.72
β”‚ β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ serde_json v1.0.104 (*)
β”‚ β”‚ β”‚ └── string_cache_codegen v0.5.2 (*)
β”‚ β”‚ β”œβ”€β”€ dashmap v5.5.0 (*)
β”‚ β”‚ β”œβ”€β”€ from_variant v0.1.6 (proc-macro) (*)
β”‚ β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”‚ β”œβ”€β”€ semver v1.0.18
β”‚ β”‚ β”‚ └── serde v1.0.181 (*)
β”‚ β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”‚ β”œβ”€β”€ st-map v0.2.0
β”‚ β”‚ β”‚ β”œβ”€β”€ arrayvec v0.7.4
β”‚ β”‚ β”‚ └── static-map-macro v0.3.0 (proc-macro)
β”‚ β”‚ β”‚ β”œβ”€β”€ pmutil v0.6.1 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”‚ └── syn v2.0.28 (*)
β”‚ β”‚ └── tracing v0.1.37 (*)
β”‚ β”œβ”€β”€ rustc-hash v1.1.0
β”‚ β”œβ”€β”€ semver v1.0.18 (*)
β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”œβ”€β”€ serde_json v1.0.104 (*)
β”‚ β”œβ”€β”€ st-map v0.2.0 (*)
β”‚ β”œβ”€β”€ string_enum v0.4.1 (proc-macro) (*)
β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”œβ”€β”€ swc_ecma_transforms v0.221.19
β”‚ β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_base v0.130.9 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_compat v0.156.14
β”‚ β”‚ β”‚ β”œβ”€β”€ ahash v0.8.3 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ arrayvec v0.7.4
β”‚ β”‚ β”‚ β”œβ”€β”€ indexmap v1.9.3 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ is-macro v0.3.0 (proc-macro) (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ num-bigint v0.4.3 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ smallvec v1.11.0
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_config v0.1.7 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_base v0.130.9 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_classes v0.119.9
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_base v0.130.9 (*)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_utils v0.120.7 (*)
β”‚ β”‚ β”‚ β”‚ └── swc_ecma_visit v0.93.2 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_macros v0.5.2 (proc-macro) (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_utils v0.120.7 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_visit v0.93.2 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_trace_macro v0.1.3 (proc-macro)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”‚ β”‚ └── syn v2.0.28 (*)
β”‚ β”‚ β”‚ └── tracing v0.1.37 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_module v0.173.17
β”‚ β”‚ β”‚ β”œβ”€β”€ Inflector v0.11.4 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ ahash v0.8.3 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ anyhow v1.0.72
β”‚ β”‚ β”‚ β”œβ”€β”€ bitflags v2.3.3
β”‚ β”‚ β”‚ β”œβ”€β”€ indexmap v1.9.3 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ is-macro v0.3.0 (proc-macro) (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ path-clean v0.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ pathdiff v0.2.1
β”‚ β”‚ β”‚ β”œβ”€β”€ regex v1.9.1 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_cached v0.3.17 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_loader v0.43.20 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_parser v0.137.5 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_base v0.130.9 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_utils v0.120.7 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_visit v0.93.2 (*)
β”‚ β”‚ β”‚ └── tracing v0.1.37 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_optimization v0.190.19 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_proposal v0.164.14
β”‚ β”‚ β”‚ β”œβ”€β”€ either v1.9.0
β”‚ β”‚ β”‚ β”œβ”€β”€ rustc-hash v1.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ smallvec v1.11.0
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_base v0.130.9 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_classes v0.119.9 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_macros v0.5.2 (proc-macro) (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_utils v0.120.7 (*)
β”‚ β”‚ β”‚ └── swc_ecma_visit v0.93.2 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_react v0.176.17
β”‚ β”‚ β”‚ β”œβ”€β”€ ahash v0.8.3 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ base64 v0.13.1
β”‚ β”‚ β”‚ β”œβ”€β”€ dashmap v5.5.0 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ indexmap v1.9.3 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”‚ β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ sha-1 v0.10.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ cfg-if v1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ cpufeatures v0.2.9
β”‚ β”‚ β”‚ β”‚ └── digest v0.10.7
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ block-buffer v0.10.4
β”‚ β”‚ β”‚ β”‚ β”‚ └── generic-array v0.14.7
β”‚ β”‚ β”‚ β”‚ β”‚ └── typenum v1.16.0
β”‚ β”‚ β”‚ β”‚ β”‚ [build-dependencies]
β”‚ β”‚ β”‚ β”‚ β”‚ └── version_check v0.9.4
β”‚ β”‚ β”‚ β”‚ └── crypto-common v0.1.6
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ generic-array v0.14.7 (*)
β”‚ β”‚ β”‚ β”‚ └── typenum v1.16.0
β”‚ β”‚ β”‚ β”œβ”€β”€ string_enum v0.4.1 (proc-macro) (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_config v0.1.7 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_parser v0.137.5 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_base v0.130.9 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_macros v0.5.2 (proc-macro) (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_utils v0.120.7 (*)
β”‚ β”‚ β”‚ └── swc_ecma_visit v0.93.2 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_typescript v0.180.18
β”‚ β”‚ β”‚ β”œβ”€β”€ serde v1.0.181 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_common v0.31.18 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_ast v0.107.2 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_base v0.130.9 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_transforms_react v0.176.17 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ swc_ecma_utils v0.120.7 (*)
β”‚ β”‚ β”‚ └── swc_ecma_visit v0.93.2 (*)
β”‚ β”‚ β”œβ”€β”€ swc_ecma_utils v0.120.7 (*)
β”‚ β”‚ └── swc_ecma_visit v0.93.2 (*)
β”‚ β”œβ”€β”€ swc_ecma_utils v0.120.7 (*)
β”‚ └── swc_ecma_visit v0.93.2 (*)
β”œβ”€β”€ swc_ecma_transforms v0.221.19 (*)
β”œβ”€β”€ swc_ecma_transforms_base v0.130.9 (*)
β”œβ”€β”€ swc_ecma_transforms_compat v0.156.14 (*)
β”œβ”€β”€ swc_ecma_transforms_optimization v0.190.19 (*)
β”œβ”€β”€ swc_ecma_utils v0.120.7 (*)
β”œβ”€β”€ swc_ecma_visit v0.93.2 (*)
β”œβ”€β”€ swc_error_reporters v0.15.18
β”‚ β”œβ”€β”€ anyhow v1.0.72
β”‚ β”œβ”€β”€ miette v4.7.1
β”‚ β”‚ β”œβ”€β”€ atty v0.2.14
β”‚ β”‚ β”‚ └── libc v0.2.147
β”‚ β”‚ β”œβ”€β”€ backtrace v0.3.68
β”‚ β”‚ β”‚ β”œβ”€β”€ addr2line v0.20.0
β”‚ β”‚ β”‚ β”‚ └── gimli v0.27.3
β”‚ β”‚ β”‚ β”œβ”€β”€ cfg-if v1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ libc v0.2.147
β”‚ β”‚ β”‚ β”œβ”€β”€ miniz_oxide v0.7.1
β”‚ β”‚ β”‚ β”‚ └── adler v1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”€ object v0.31.1
β”‚ β”‚ β”‚ β”‚ └── memchr v2.5.0
β”‚ β”‚ β”‚ └── rustc-demangle v0.1.23
β”‚ β”‚ β”‚ [build-dependencies]
β”‚ β”‚ β”‚ └── cc v1.0.81 (*)
β”‚ β”‚ β”œβ”€β”€ miette-derive v4.7.1 (proc-macro)
β”‚ β”‚ β”‚ β”œβ”€β”€ proc-macro2 v1.0.66 (*)
β”‚ β”‚ β”‚ β”œβ”€β”€ quote v1.0.32 (*)
β”‚ β”‚ β”‚ └── syn v1.0.109 (*)
β”‚ β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”‚ β”œβ”€β”€ owo-colors v3.5.0
β”‚ β”‚ β”œβ”€β”€ supports-color v1.3.1
β”‚ β”‚ β”‚ β”œβ”€β”€ atty v0.2.14 (*)
β”‚ β”‚ β”‚ └── is_ci v1.1.1
β”‚ β”‚ β”œβ”€β”€ supports-hyperlinks v1.2.0
β”‚ β”‚ β”‚ └── atty v0.2.14 (*)
β”‚ β”‚ β”œβ”€β”€ supports-unicode v1.0.2
β”‚ β”‚ β”‚ └── atty v0.2.14 (*)
β”‚ β”‚ β”œβ”€β”€ terminal_size v0.1.17
β”‚ β”‚ β”‚ └── libc v0.2.147
β”‚ β”‚ β”œβ”€β”€ textwrap v0.15.2
β”‚ β”‚ β”‚ β”œβ”€β”€ smawk v0.3.1
β”‚ β”‚ β”‚ β”œβ”€β”€ unicode-linebreak v0.1.5
β”‚ β”‚ β”‚ └── unicode-width v0.1.10
β”‚ β”‚ β”œβ”€β”€ thiserror v1.0.44 (*)
β”‚ β”‚ └── unicode-width v0.1.10
β”‚ β”œβ”€β”€ once_cell v1.18.0
β”‚ β”œβ”€β”€ parking_lot v0.12.1 (*)
β”‚ └── swc_common v0.31.18 (*)
β”œβ”€β”€ swc_node_comments v0.18.18
β”‚ β”œβ”€β”€ ahash v0.8.3 (*)
β”‚ β”œβ”€β”€ dashmap v5.5.0 (*)
β”‚ β”œβ”€β”€ swc_atoms v0.5.8 (*)
β”‚ └── swc_common v0.31.18 (*)
β”œβ”€β”€ swc_timer v0.19.21 (*)
β”œβ”€β”€ swc_visit v0.5.7 (*)
β”œβ”€β”€ tracing v0.1.37 (*)
└── url v2.4.0 (*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment