Skip to content

Commit df7c907

Browse files
committed
refactor(rolldown_plugin_vite_html): use html5gum instead (#6343)
The binary size increased by about 0.18 MB.
1 parent 9cecc80 commit df7c907

File tree

9 files changed

+500
-183
lines changed

9 files changed

+500
-183
lines changed

Cargo.lock

Lines changed: 25 additions & 175 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,14 @@ form_urlencoded = "1.2.1"
150150
futures = "0.3.31"
151151
glob = "0.3.2"
152152
heck = "0.5.0"
153-
html5ever = "0.35.0"
153+
html5gum = "0.8.0"
154154
indexmap = "2.9.0"
155155
infer = "0.19.0"
156156
insta = "1.43.1"
157157
itertools = "0.14.0"
158158
itoa = "1.0.15"
159159
json-strip-comments = "3"
160160
jsonschema = { version = "0.33.0", default-features = false }
161-
markup5ever_rcdom = "0.35.0"
162161
memchr = "2.7.4"
163162
mimalloc-safe = "0.1.52"
164163
mime = "0.3.17"
@@ -183,6 +182,7 @@ serde = { version = "1.0.219", features = ["derive"] }
183182
serde_json = "1.0.140"
184183
simdutf8 = "0.1.5"
185184
smallvec = "1.15.0"
185+
string_cache = "0.9.0"
186186
sugar_path = { version = "1.2.0", features = ["cached_current_dir"] }
187187
terminal_size = "0.4.2"
188188
testing_macros = "1.0.0"

0 commit comments

Comments
 (0)