Skip to content

Commit 2f8b076

Browse files
committed
refactor(linter/plugins): remove dead code (#14178)
#14166 made import of `Node` type dead code. Remove that import.
1 parent e5ff42e commit 2f8b076

File tree

1 file changed

+0
-1
lines changed
  • apps/oxlint/src-js/plugins

1 file changed

+0
-1
lines changed

apps/oxlint/src-js/plugins/fix.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { assertIs } from './utils.js';
22

33
import type { Diagnostic, InternalContext } from './context.ts';
4-
import type { Node } from './types.js';
54

65
const { prototype: ArrayPrototype, from: ArrayFrom } = Array,
76
{ getPrototypeOf, hasOwn, prototype: ObjectPrototype } = Object,

0 commit comments

Comments
 (0)