Cargo Features

[dependencies]
deno_graph = { version = "0.85.1", default-features = false, features = ["fast_check", "symbols", "ecosystem_test"] }
default = ecosystem_test, fast_check

These default features are set whenever deno_graph is added without default-features = false somewhere in the dependency tree.

fast_check default = symbols, twox-hash

Enables transpiling of deno_ast ^0.43.2

Affects fast_check::build_fast_check_type_graph, graph::FastCheckTypeModule.dts, graph::WorkspaceFastCheckOption, graph::BuildFastCheckTypeGraphOptions

symbols fast_check

Enables transforms, utils and visit of deno_ast ^0.43.2

Affects deno_graph::symbols

ecosystem_test default

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

twox-hash fast_check

Enables twox-hash ^1.6.3