1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/lint/syntax_error_reporting/lint.out

16 lines
375 B
Text

warn: Unterminated string constant at [WILDCARD]script.ts:1:13
const foo = 'bar
~~~~
error[no-unused-vars]: `foo` is never used
--> [WILDCARD]script.ts:1:7
|
1 | const foo = 'bar
| ^^^
= hint: If this is intentional, prefix it with an underscore like `_foo`
docs: https://lint.deno.land/rules/no-unused-vars
Found 1 problem
Checked 1 file