Cargo Features

[dependencies]
deno_graph = { version = "0.74.0", default-features = false, features = ["fast_check", "symbols", "tokio_executor", "wasm_executor"] }
default = fast_check, tokio_executor

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

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

Affects deno_graph::symbols

tokio_executor default = deno_unsync
wasm_executor

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.

deno_unsync tokio_executor
twox-hash fast_check