Cargo Features

prest-build has no features set by default.

[dependencies]
prest-build = { version = "0.2.0", features = ["sass", "typescript"] }
sass = grass
typescript = swc, swc_atoms, swc_bundler, swc_common, swc_config, swc_ecma_ast, swc_ecma_codegen, swc_ecma_loader, swc_ecma_minifier, swc_ecma_parser, swc_ecma_transforms_base, swc_ecma_transforms_typescript, swc_ecma_visit

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.

grass sass?
swc typescript?

Enables swc ^0.270.7

swc_atoms typescript?
swc_bundler typescript?

Enables swc_bundler ^0.223.5

swc_common typescript?
swc_config typescript?
swc_ecma_parser typescript?

Enables swc_ecma_parser ^0.141.33

swc_ecma_ast typescript?

Enables swc_ecma_ast ^0.110.15

swc_ecma_codegen typescript?

Enables swc_ecma_codegen ^0.146.47

swc_ecma_loader typescript?
swc_ecma_minifier typescript?

Enables swc_ecma_minifier ^0.190.5

swc_ecma_transforms_base typescript?

Enables swc_ecma_transforms_base ^0.135.3

swc_ecma_transforms_typescript typescript?

Enables swc_ecma_transforms_typescript ^0.186.5

swc_ecma_visit typescript?

Enables swc_ecma_visit ^0.96.15