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
c9d0e37ab9
swc
/
crates
/
swc_html_minifier
/
tests
/
fixture
/
attribute
/
progress
/
output.min.html
5 lines
90 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
lang
=
en
>
<
title
>
Document
<
/
title
>
<
/
head
>
feat(html/minifier): Compress default values of attributes (#4427)
2022-04-26 10:12:32 +03:00
<
body
>
<
progress
>
<
/
progress
>
Reference in New Issue
Copy Permalink