Skip to content

Commit

Permalink
chore(oxc): include all features in all feature (#6011)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac committed Sep 24, 2024
1 parent 4a99372 commit c77cd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ oxc_syntax = { workspace = true }
oxc_transformer = { workspace = true, optional = true }

[features]
full = ["codegen", "mangler", "minifier", "semantic", "transformer"]
full = ["codegen", "mangler", "minifier", "semantic", "transformer", "isolated_declarations", "sourcemap", "cfg"]

semantic = ["oxc_semantic"]
transformer = ["oxc_transformer"]
Expand Down

0 comments on commit c77cd24

Please sign in to comment.