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-24 22:22:34 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
d722ee256f
swc
/
crates
/
swc_html_codegen
/
tests
/
fixture
/
omit-html
/
output.html
6 lines
69 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"
>
<
head
>
<
/
head
>
<
body
>
test(html/codegen): Avoid newline at the end of file (#4815)
2022-05-27 08:35:17 +03:00
<
/
body
>
<
/
html
>
Reference in New Issue
Copy Permalink