12
12
13
13
### Utilities
14
14
15
- - [ getJsonPointerAt] ( index.md#getjsonpointerat )
16
15
- [ getJsonPointers] ( index.md#getjsonpointers )
17
16
- [ jsonPointerForPosition] ( index.md#jsonpointerforposition )
18
17
- [ parseJSONDocument] ( index.md#parsejsondocument )
19
18
- [ parseJSONDocumentState] ( index.md#parsejsondocumentstate )
20
19
20
+ ### Functions
21
+
22
+ - [ getJsonPointerAt] ( index.md#getjsonpointerat )
23
+
21
24
### Type Aliases
22
25
23
26
- [ CursorData] ( index.md#cursordata )
@@ -61,7 +64,7 @@ provides a JSON schema enabled autocomplete extension for codemirror
61
64
62
65
#### Defined in
63
66
64
- [ json-completion.ts:820 ] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5 /src/json-completion.ts#L820 )
67
+ [ json-completion.ts:749 ] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c /src/json-completion.ts#L749 )
65
68
66
69
---
67
70
@@ -98,7 +101,7 @@ provides a JSON schema enabled tooltip extension for codemirror
98
101
99
102
#### Defined in
100
103
101
- [ json-hover.ts:39 ] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5 /src/json-hover.ts#L39 )
104
+ [ json-hover.ts:38 ] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c /src/json-hover.ts#L38 )
102
105
103
106
---
104
107
@@ -133,37 +136,10 @@ Helper for simpler class instantiaton
133
136
134
137
#### Defined in
135
138
136
- [ json-validation.ts:35] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5 /src/json-validation.ts#L35 )
139
+ [ json-validation.ts:35] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c /src/json-validation.ts#L35 )
137
140
138
141
## Utilities
139
142
140
- ### getJsonPointerAt
141
-
142
- ▸ ** getJsonPointerAt** (` docText ` , ` node ` , ` mode? ` ): ` string `
143
-
144
- get a JSON4/5 pointer for a given node in the editor
145
-
146
- adapted from https://discuss.codemirror.net/t/json-pointer-at-cursor-seeking-implementation-critique/4793/3
147
- this could be useful for other things later!
148
-
149
- #### Parameters
150
-
151
- | Name | Type | Default value |
152
- | :-------- | :------------------------------ | :------------ |
153
- | ` docText ` | ` Text ` | ` undefined ` |
154
- | ` node ` | ` SyntaxNode ` | ` undefined ` |
155
- | ` mode ` | [ ` JSONMode ` ] ( index.md#jsonmode ) | ` "json4" ` |
156
-
157
- #### Returns
158
-
159
- ` string `
160
-
161
- #### Defined in
162
-
163
- [ utils/jsonPointers.ts:37] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5/src/utils/jsonPointers.ts#L37 )
164
-
165
- ---
166
-
167
143
### getJsonPointers
168
144
169
145
▸ ** getJsonPointers** (` state ` , ` mode? ` ): [ ` JSONPointersMap ` ] ( index.md#jsonpointersmap )
@@ -183,32 +159,31 @@ retrieve a Map of all the json pointers in a document
183
159
184
160
#### Defined in
185
161
186
- [ utils/jsonPointers.ts:98 ] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5 /src/utils/jsonPointers.ts#L98 )
162
+ [ utils/jsonPointers.ts:56 ] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c /src/utils/jsonPointers.ts#L56 )
187
163
188
164
---
189
165
190
166
### jsonPointerForPosition
191
167
192
- ▸ ** jsonPointerForPosition** (` state ` , ` pos ` , ` side ` , ` mode ?` ): ` string `
168
+ ▸ ** jsonPointerForPosition** (` state ` , ` pos ` , ` side? ` ): ` string `
193
169
194
170
retrieve a JSON pointer for a given position in the editor
195
171
196
172
#### Parameters
197
173
198
- | Name | Type | Default value |
199
- | :------ | :------------------------------ | :------------ |
200
- | ` state ` | ` EditorState ` | ` undefined ` |
201
- | ` pos ` | ` number ` | ` undefined ` |
202
- | ` side ` | ` Side ` | ` undefined ` |
203
- | ` mode ` | [ ` JSONMode ` ] ( index.md#jsonmode ) | ` "json4" ` |
174
+ | Name | Type | Default value |
175
+ | :------ | :------------ | :------------ |
176
+ | ` state ` | ` EditorState ` | ` undefined ` |
177
+ | ` pos ` | ` number ` | ` undefined ` |
178
+ | ` side ` | ` Side ` | ` -1 ` |
204
179
205
180
#### Returns
206
181
207
182
` string `
208
183
209
184
#### Defined in
210
185
211
- [ utils/jsonPointers.ts:81 ] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5 /src/utils/jsonPointers.ts#L81 )
186
+ [ utils/jsonPointers.ts:44 ] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c /src/utils/jsonPointers.ts#L44 )
212
187
213
188
---
214
189
@@ -235,7 +210,7 @@ Mimics the behavior of `json-source-map`'s `parseJSONDocument` function using co
235
210
236
211
#### Defined in
237
212
238
- [ utils/parseJSONDocument.ts:23] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5 /src/utils/parseJSONDocument.ts#L23 )
213
+ [ utils/parseJSONDocument.ts:23] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c /src/utils/parseJSONDocument.ts#L23 )
239
214
240
215
---
241
216
@@ -262,7 +237,28 @@ Return parsed data and json pointers for a given codemirror EditorState
262
237
263
238
#### Defined in
264
239
265
- [ utils/parseJSONDocument.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5/src/utils/parseJSONDocument.ts#L9 )
240
+ [ utils/parseJSONDocument.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c/src/utils/parseJSONDocument.ts#L9 )
241
+
242
+ ## Functions
243
+
244
+ ### getJsonPointerAt
245
+
246
+ ▸ ** getJsonPointerAt** (` docText ` , ` node ` ): ` string `
247
+
248
+ #### Parameters
249
+
250
+ | Name | Type |
251
+ | :-------- | :----------- |
252
+ | ` docText ` | ` Text ` |
253
+ | ` node ` | ` SyntaxNode ` |
254
+
255
+ #### Returns
256
+
257
+ ` string `
258
+
259
+ #### Defined in
260
+
261
+ [ utils/jsonPointers.ts:12] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c/src/utils/jsonPointers.ts#L12 )
266
262
267
263
## Type Aliases
268
264
@@ -279,7 +275,7 @@ Return parsed data and json pointers for a given codemirror EditorState
279
275
280
276
#### Defined in
281
277
282
- [ json-hover.ts:12] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5 /src/json-hover.ts#L12 )
278
+ [ json-hover.ts:12] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c /src/json-hover.ts#L12 )
283
279
284
280
---
285
281
@@ -289,7 +285,7 @@ Return parsed data and json pointers for a given codemirror EditorState
289
285
290
286
#### Defined in
291
287
292
- [ json-hover.ts:14] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5 /src/json-hover.ts#L14 )
288
+ [ json-hover.ts:14] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c /src/json-hover.ts#L14 )
293
289
294
290
---
295
291
@@ -303,12 +299,11 @@ Return parsed data and json pointers for a given codemirror EditorState
303
299
| :--------------- | :---------------------------------------------------------------------- |
304
300
| ` formatHover? ` | (` data ` : ` HoverTexts ` ) => ` HTMLElement ` |
305
301
| ` getHoverTexts? ` | (` data ` : [ ` FoundCursorData ` ] ( index.md#foundcursordata ) ) => ` HoverTexts ` |
306
- | ` mode? ` | [ ` JSONMode ` ] ( index.md#jsonmode ) |
307
302
| ` parser? ` | (` text ` : ` string ` ) => ` any ` |
308
303
309
304
#### Defined in
310
305
311
- [ json-hover.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5 /src/json-hover.ts#L18 )
306
+ [ json-hover.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c /src/json-hover.ts#L18 )
312
307
313
308
---
314
309
@@ -318,7 +313,7 @@ Return parsed data and json pointers for a given codemirror EditorState
318
313
319
314
#### Defined in
320
315
321
- [ utils/jsonPointers.ts:8] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5 /src/utils/jsonPointers.ts#L8 )
316
+ [ utils/jsonPointers.ts:8] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c /src/utils/jsonPointers.ts#L8 )
322
317
323
318
---
324
319
@@ -335,7 +330,7 @@ Return parsed data and json pointers for a given codemirror EditorState
335
330
336
331
#### Defined in
337
332
338
- [ types.ts:4] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5 /src/types.ts#L4 )
333
+ [ types.ts:4] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c /src/types.ts#L4 )
339
334
340
335
---
341
336
@@ -354,7 +349,7 @@ Return parsed data and json pointers for a given codemirror EditorState
354
349
355
350
#### Defined in
356
351
357
- [ types.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5 /src/types.ts#L9 )
352
+ [ types.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c /src/types.ts#L9 )
358
353
359
354
---
360
355
@@ -364,7 +359,7 @@ Return parsed data and json pointers for a given codemirror EditorState
364
359
365
360
#### Defined in
366
361
367
- [ types.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5 /src/types.ts#L18 )
362
+ [ types.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c /src/types.ts#L18 )
368
363
369
364
---
370
365
@@ -381,4 +376,4 @@ Return parsed data and json pointers for a given codemirror EditorState
381
376
382
377
#### Defined in
383
378
384
- [ json-validation.ts:24] ( https://github.com/acao/codemirror-json-schema/blob/31d3cd5 /src/json-validation.ts#L24 )
379
+ [ json-validation.ts:24] ( https://github.com/acao/codemirror-json-schema/blob/dcf7e5c /src/json-validation.ts#L24 )
0 commit comments