swc/crates/swc_ecma_parser/tests/comments/issue-4876/input.js.stderr

35 lines
456 B
Plaintext

> Leading (lo)
Error:
> !
|
| something v5.1.0
|
| more
|
| else
|
,-[$DIR/tests/comments/issue-4876/input.js:10:1]
10 | console.log(1);
: ^
`----
> Leading (lo)
Error:
> a
,-[$DIR/tests/comments/issue-4876/input.js:10:1]
10 | console.log(1);
: ^
`----
> Trailing (hi)
Error:
> b
,-[$DIR/tests/comments/issue-4876/input.js:10:1]
10 | console.log(1);
: ^
`----