swc/crates/swc_ecma_parser/tests/comments/issue-4876/input.js.swc-stderr
2022-11-29 09:47:56 +00:00

43 lines
545 B
Plaintext

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