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 05:32:09 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
c6ec9f9cf2
swc
/
crates
/
swc_html_minifier
/
tests
/
fixture
/
attribute
/
tabindex
/
output.min.html
2 lines
77 B
HTML
Raw
Normal View
History
Unescape
Escape
feat(html/codegen): Omit start and end tags if it is possible (#4780)
2022-05-25 19:48:33 +03:00
<!doctype html>
<
html
>
<
a
href
=
#
tabindex
=
1
>
x
<
/
a
>
<
button
tabindex
=
2
>
y
<
/
button
>
Reference in New Issue
Copy Permalink