We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cad7d9 commit 9cdf1d8Copy full SHA for 9cdf1d8
src/utils/json-pointers.ts
@@ -1,13 +1,7 @@
1
import { syntaxTree } from "@codemirror/language";
2
import { EditorState, Text } from "@codemirror/state";
3
import { SyntaxNode, SyntaxNodeRef } from "@lezer/common";
4
-import {
5
- JSONMode,
6
- JSONPartialPointerData,
7
- JSONPointerData,
8
- JSONPointersMap,
9
- Side,
10
-} from "../types";
+import { JSONMode, JSONPointersMap, Side } from "../types";
11
import {
12
JSON5_TOKENS_MAPPING,
13
MODES,
0 commit comments