summaryrefslogtreecommitdiff
path: root/cli/graph_util.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-25 02:00:16 +0100
committerGitHub <noreply@github.com>2024-09-25 01:00:16 +0000
commit6c26c1ed96da2fc869bddbfdbdc833f176f3f736 (patch)
treecbc917e8451d2c8510c913e0d52262a838d19498 /cli/graph_util.rs
parentc4f7b2ac0095293d01b77c0ad15aaeaf148e1845 (diff)
feat(fmt): better error on malfored HTML files (#25853)
Improves syntax errors for HTML formatter. `broken.html` ```html <div class=container > content ``` ``` $ deno fmt broken.html Error formatting: /Users/ib/dev/deno/tests/specs/fmt/html/broken.html syntax error 'expect close tag' at line 3, column 0 Checked 1 file ``` ``` $ ./target/debug/deno fmt broken.html Error formatting: /Users/ib/dev/deno/tests/specs/fmt/html/broken.html Syntax error (expect close tag) at file:///Users/ib/dev/deno/tests/specs/fmt/html/broken.html:3:0 Checked 1 file ```
Diffstat (limited to 'cli/graph_util.rs')
0 files changed, 0 insertions, 0 deletions