@@ -74,7 +74,7 @@ Full featured cm6 extension for json, including `@codemirror/lang-json`
74
74
75
75
#### Defined in
76
76
77
- [ json/bundled.ts:15] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/json/bundled.ts#L15 )
77
+ [ json/bundled.ts:15] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/json/bundled.ts#L15 )
78
78
79
79
## Codemirror Extensions
80
80
@@ -108,7 +108,7 @@ provides a JSON schema enabled autocomplete extension for codemirror
108
108
109
109
#### Defined in
110
110
111
- [ features/completion.ts:973 ] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/features/completion.ts#L973 )
111
+ [ features/completion.ts:1062 ] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/features/completion.ts#L1062 )
112
112
113
113
___
114
114
@@ -144,7 +144,7 @@ provides a JSON schema enabled tooltip extension for codemirror
144
144
145
145
#### Defined in
146
146
147
- [ features/hover.ts:46] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/features/hover.ts#L46 )
147
+ [ features/hover.ts:46] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/features/hover.ts#L46 )
148
148
149
149
___
150
150
@@ -178,7 +178,7 @@ Helper for simpler class instantiaton
178
178
179
179
#### Defined in
180
180
181
- [ features/validation.ts:46] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/features/validation.ts#L46 )
181
+ [ features/validation.ts:46] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/features/validation.ts#L46 )
182
182
183
183
## Utilities
184
184
@@ -201,7 +201,7 @@ retrieve a Map of all the json pointers in a document
201
201
202
202
#### Defined in
203
203
204
- [ utils/json-pointers.ts:85 ] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/utils/json-pointers.ts#L85 )
204
+ [ utils/json-pointers.ts:89 ] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/utils/json-pointers.ts#L89 )
205
205
206
206
___
207
207
@@ -226,7 +226,7 @@ retrieve a JSON pointer for a given position in the editor
226
226
227
227
#### Defined in
228
228
229
- [ utils/json-pointers.ts:68 ] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/utils/json-pointers.ts#L68 )
229
+ [ utils/json-pointers.ts:72 ] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/utils/json-pointers.ts#L72 )
230
230
231
231
___
232
232
@@ -253,7 +253,7 @@ Mimics the behavior of `json-source-map`'s `parseJSONDocument` function using co
253
253
254
254
#### Defined in
255
255
256
- [ parsers/json-parser.ts:29] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/parsers/json-parser.ts#L29 )
256
+ [ parsers/json-parser.ts:29] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/parsers/json-parser.ts#L29 )
257
257
258
258
___
259
259
@@ -280,7 +280,7 @@ Return parsed data and json pointers for a given codemirror EditorState
280
280
281
281
#### Defined in
282
282
283
- [ parsers/json-parser.ts:11] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/parsers/json-parser.ts#L11 )
283
+ [ parsers/json-parser.ts:11] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/parsers/json-parser.ts#L11 )
284
284
285
285
## Functions
286
286
@@ -300,7 +300,7 @@ Return parsed data and json pointers for a given codemirror EditorState
300
300
301
301
#### Defined in
302
302
303
- [ features/state.ts:25] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/features/state.ts#L25 )
303
+ [ features/state.ts:25] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/features/state.ts#L25 )
304
304
305
305
___
306
306
322
322
323
323
#### Defined in
324
324
325
- [ utils/json-pointers.ts:31] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/utils/json-pointers.ts#L31 )
325
+ [ utils/json-pointers.ts:31] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/utils/json-pointers.ts#L31 )
326
326
327
327
___
328
328
342
342
343
343
#### Defined in
344
344
345
- [ features/validation.ts:36] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/features/validation.ts#L36 )
345
+ [ features/validation.ts:36] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/features/validation.ts#L36 )
346
346
347
347
___
348
348
363
363
364
364
#### Defined in
365
365
366
- [ utils/json-pointers.ts:18] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/utils/json-pointers.ts#L18 )
366
+ [ utils/json-pointers.ts:18] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/utils/json-pointers.ts#L18 )
367
367
368
368
___
369
369
383
383
384
384
#### Defined in
385
385
386
- [ features/state.ts:29] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/features/state.ts#L29 )
386
+ [ features/state.ts:29] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/features/state.ts#L29 )
387
387
388
388
___
389
389
404
404
405
405
#### Defined in
406
406
407
- [ features/state.ts:19] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/features/state.ts#L19 )
407
+ [ features/state.ts:19] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/features/state.ts#L19 )
408
408
409
409
## Type Aliases
410
410
421
421
422
422
#### Defined in
423
423
424
- [ features/hover.ts:19] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/features/hover.ts#L19 )
424
+ [ features/hover.ts:19] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/features/hover.ts#L19 )
425
425
426
426
___
427
427
431
431
432
432
#### Defined in
433
433
434
- [ features/hover.ts:21] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/features/hover.ts#L21 )
434
+ [ features/hover.ts:21] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/features/hover.ts#L21 )
435
435
436
436
___
437
437
450
450
451
451
#### Defined in
452
452
453
- [ features/hover.ts:25] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/features/hover.ts#L25 )
453
+ [ features/hover.ts:25] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/features/hover.ts#L25 )
454
454
455
455
___
456
456
467
467
468
468
#### Defined in
469
469
470
- [ types.ts:6] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/types.ts#L6 )
470
+ [ types.ts:6] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/types.ts#L6 )
471
471
472
472
___
473
473
486
486
487
487
#### Defined in
488
488
489
- [ types.ts:11] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/types.ts#L11 )
489
+ [ types.ts:11] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/types.ts#L11 )
490
490
491
491
___
492
492
496
496
497
497
#### Defined in
498
498
499
- [ types.ts:20] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/types.ts#L20 )
499
+ [ types.ts:20] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/types.ts#L20 )
500
500
501
501
## Variables
502
502
506
506
507
507
#### Defined in
508
508
509
- [ features/state.ts:6] ( https://github.com/jsonnext/codemirror-json-schema/blob/ef7f336 /src/features/state.ts#L6 )
509
+ [ features/state.ts:6] ( https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7 /src/features/state.ts#L6 )
0 commit comments