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-22 21:21:31 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
ea88660d62
swc
/
crates
/
swc_html_minifier
/
tests
/
fixture
/
attribute
/
tabindex
/
output.min.html
2 lines
71 B
HTML
Raw
Normal View
History
Unescape
Escape
fix(html/codegen): Remove optional html start tag (#4811)
2022-05-27 17:45:18 +03:00
<!doctype html>
<
a
href
=
#
tabindex
=
1
>
x
<
/
a
>
<
button
tabindex
=
2
>
y
<
/
button
>
Reference in New Issue
Copy Permalink