This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-23 21:54:36 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
ea88660d62
swc
/
crates
/
swc_html_minifier
/
tests
/
fixture
/
attribute
/
textarea
/
output.min.html
4 lines
100 B
HTML
Raw
Normal View
History
Unescape
Escape
feat(html/minifier): Remove spaces between nodes (#4880)
2022-06-04 20:51:36 +03:00
<!doctype html>
<
html
lang
=
en
>
<
title
>
Document
<
/
title
>
<
body
>
feat(html/minifier): Compress default values of attributes (#4427)
2022-04-26 10:12:32 +03:00
<
textarea
name
=
test
id
=
test
>
<
/
textarea
>
fix(html/parser): Fix parsing of comments in `textarea` (#4530)
2022-05-05 06:13:20 +03:00
Reference in New Issue
Copy Permalink