blob: 5169d9815f6d10afed08df8e6db10526c291392e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
error[verbatim-module-syntax]: All import identifiers are used in types
--> [WILDCARD]mod.ts:1:1
|
1 | import { MyType } from "./type.ts";
| ^^^^^^
= hint: Change `import` to `import type` and optionally add an explicit side effect import
docs: https://lint.deno.land/rules/verbatim-module-syntax
Found 1 problem (1 fixable via --fix)
Checked 2 files
|