mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
refactor(cli/fmt_errors): Improve source line formatting (#4832)
This commit is contained in:
parent
f72f045de5
commit
ef6ee25e09
21 changed files with 218 additions and 271 deletions
|
@ -1,6 +1,4 @@
|
|||
error: Uncaught SyntaxError: Unexpected identifier
|
||||
[WILDCARD]tests/error_syntax.js:3:6
|
||||
|
||||
3 (the following is a syntax error ^^ ! )
|
||||
~~~~~~~~~
|
||||
|
||||
(the following is a syntax error ^^ ! )
|
||||
~~~~~~~~~
|
||||
at [WILDCARD]tests/error_syntax.js:3:6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue