Merge remote-tracking branch 'origin' into wasm-splitting-support

This commit is contained in:
Greg Johnston
2025-07-20 13:09:26 -04:00
40 changed files with 532 additions and 316 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tachys"
version = "0.2.4"
version = "0.2.5"
authors = ["Greg Johnston"]
license = "MIT"
readme = "../README.md"

View File

@@ -224,7 +224,7 @@ where
extra_attrs,
);
if !T::EXISTS {
buf.push_str("<!>");
buf.push_str("<!--<() />-->");
}
}
@@ -245,7 +245,7 @@ where
extra_attrs,
);
if !T::EXISTS {
buf.push_sync("<!>");
buf.push_sync("<!--<() />-->");
}
}
@@ -266,7 +266,7 @@ where
extra_attrs,
);
if !T::EXISTS {
buf.push_sync("<!>");
buf.push_sync("<!--<() />-->");
}
}