Closed futpib closed 2 years ago
This fixes #320 by ignoring type-only imports (like import type { Macro } from 'ava';).
import type { Macro } from 'ava';
Shipped in 13.2.0.
This fixes #320 by ignoring type-only imports (like
import type { Macro } from 'ava';
).