Skip to content

Commit

Permalink
feat: make with-lookup a default
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 3, 2024
1 parent 1798a00 commit 803129f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
maintenance = { status = "actively-developed" }

[features]
default = ["with-dom", "ensure-check", "ensure-attr-set"]
default = ["with-dom", "ensure-check", "ensure-attr-set", "with-lookup"]
with-dom = ["wasm-bindgen", "js-sys", "web-sys", "wasm-bindgen-futures"] # for client-side usage
with-lookup = [] #enumerates html tags and attributes
with-measure = [] # log traces for measurements in various parts of the system where performance matters.
Expand Down

0 comments on commit 803129f

Please sign in to comment.