minify-html/src/unit
Wilson Lin 8553b09eb3 Fix handling of <script> and <style>; do not minify JS and CSS code 2020-01-10 00:12:21 +11:00
..
attr Improve parsing attributes reliability 2020-01-09 00:34:59 +11:00
script Fix handling of <script> and <style>; do not minify JS and CSS code 2020-01-10 00:12:21 +11:00
bang.rs Fix discarding significant characters 2020-01-06 19:53:46 +11:00
comment.rs Handle processing instructions 2020-01-08 23:00:23 +11:00
content.rs Handle processing instructions 2020-01-08 23:00:23 +11:00
entity.rs Implement closing tag omission 2020-01-06 23:36:05 +11:00
instruction.rs Handle processing instructions 2020-01-08 23:00:23 +11:00
mod.rs Handle processing instructions 2020-01-08 23:00:23 +11:00
style.rs Fix handling of <script> and <style>; do not minify JS and CSS code 2020-01-10 00:12:21 +11:00
tag.rs Improve closing tag minification; update bench results 2020-01-09 20:45:14 +11:00