Skip to content

Commit 9cdf1d8

Browse files
committed
Remove unused import.
1 parent 8cad7d9 commit 9cdf1d8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/utils/json-pointers.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
import { syntaxTree } from "@codemirror/language";
22
import { EditorState, Text } from "@codemirror/state";
33
import { SyntaxNode, SyntaxNodeRef } from "@lezer/common";
4-
import {
5-
JSONMode,
6-
JSONPartialPointerData,
7-
JSONPointerData,
8-
JSONPointersMap,
9-
Side,
10-
} from "../types";
4+
import { JSONMode, JSONPointersMap, Side } from "../types";
115
import {
126
JSON5_TOKENS_MAPPING,
137
MODES,

0 commit comments

Comments
 (0)