@@ -74,7 +74,7 @@ Full featured cm6 extension for json, including `@codemirror/lang-json`
74
74
75
75
#### Defined in
76
76
77
- [ bundled.ts:15] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/bundled.ts#L15 )
77
+ [ json/ bundled.ts:15] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/json /bundled.ts#L15 )
78
78
79
79
## Codemirror Extensions
80
80
@@ -108,13 +108,13 @@ provides a JSON schema enabled autocomplete extension for codemirror
108
108
109
109
#### Defined in
110
110
111
- [ json- completion.ts:948 ] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/json- completion.ts#L948 )
111
+ [ features/ completion.ts:949 ] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/features/ completion.ts#L949 )
112
112
113
113
___
114
114
115
115
### jsonSchemaHover
116
116
117
- ▸ ** jsonSchemaHover** (` options? ` ): (` view ` : ` EditorView ` , ` pos ` : ` number ` , ` side ` : ` Side ` ) => ` Promise ` <`` null `` \| ` Tooltip ` \>
117
+ ▸ ** jsonSchemaHover** (` options? ` ): (` view ` : ` EditorView ` , ` pos ` : ` number ` , ` side ` : ` Side ` ) => ` Promise ` \ <`` null `` \| ` Tooltip ` \>
118
118
119
119
provides a JSON schema enabled tooltip extension for codemirror
120
120
@@ -128,7 +128,7 @@ provides a JSON schema enabled tooltip extension for codemirror
128
128
129
129
` fn `
130
130
131
- ▸ (` view ` , ` pos ` , ` side ` ): ` Promise ` <`` null `` \| ` Tooltip ` \>
131
+ ▸ (` view ` , ` pos ` , ` side ` ): ` Promise ` \ <`` null `` \| ` Tooltip ` \>
132
132
133
133
##### Parameters
134
134
@@ -140,11 +140,11 @@ provides a JSON schema enabled tooltip extension for codemirror
140
140
141
141
##### Returns
142
142
143
- ` Promise ` <`` null `` \| ` Tooltip ` \>
143
+ ` Promise ` \ <`` null `` \| ` Tooltip ` \>
144
144
145
145
#### Defined in
146
146
147
- [ json- hover.ts:45 ] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/json- hover.ts#L45 )
147
+ [ features/ hover.ts:46 ] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /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
- [ json- validation.ts:58] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/json- validation.ts#L58 )
181
+ [ features/ validation.ts:58] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/features/ validation.ts#L58 )
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/jsonPointers .ts:85] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/utils/jsonPointers .ts#L85 )
204
+ [ utils/json-pointers .ts:85] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/utils/json-pointers .ts#L85 )
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/jsonPointers .ts:68] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/utils/jsonPointers .ts#L68 )
229
+ [ utils/json-pointers .ts:68] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/utils/json-pointers .ts#L68 )
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
- [ utils/parseJSONDocument .ts:24] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/utils/parseJSONDocument .ts#L24 )
256
+ [ utils/parse-json-document .ts:24] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/utils/parse-json-document .ts#L24 )
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
- [ utils/parseJSONDocument .ts:10] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/utils/parseJSONDocument .ts#L10 )
283
+ [ utils/parse-json-document .ts:10] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/utils/parse-json-document .ts#L10 )
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
- [ state.ts:25] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/state.ts#L25 )
303
+ [ features/ state.ts:25] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/features /state.ts#L25 )
304
304
305
305
___
306
306
322
322
323
323
#### Defined in
324
324
325
- [ utils/jsonPointers .ts:31] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/utils/jsonPointers .ts#L31 )
325
+ [ utils/json-pointers .ts:31] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/utils/json-pointers .ts#L31 )
326
326
327
327
___
328
328
342
342
343
343
#### Defined in
344
344
345
- [ json- validation.ts:48] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/json- validation.ts#L48 )
345
+ [ features/ validation.ts:48] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/features/ validation.ts#L48 )
346
346
347
347
___
348
348
363
363
364
364
#### Defined in
365
365
366
- [ utils/jsonPointers .ts:18] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/utils/jsonPointers .ts#L18 )
366
+ [ utils/json-pointers .ts:18] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/utils/json-pointers .ts#L18 )
367
367
368
368
___
369
369
383
383
384
384
#### Defined in
385
385
386
- [ state.ts:29] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/state.ts#L29 )
386
+ [ features/ state.ts:29] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/features /state.ts#L29 )
387
387
388
388
___
389
389
404
404
405
405
#### Defined in
406
406
407
- [ state.ts:19] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/state.ts#L19 )
407
+ [ features/ state.ts:19] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/features /state.ts#L19 )
408
408
409
409
## Type Aliases
410
410
@@ -421,17 +421,17 @@ ___
421
421
422
422
#### Defined in
423
423
424
- [ json- hover.ts:18 ] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/json- hover.ts#L18 )
424
+ [ features/ hover.ts:19 ] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/features/ hover.ts#L19 )
425
425
426
426
___
427
427
428
428
### FoundCursorData
429
429
430
- Ƭ ** FoundCursorData** : ` Required ` <[ ` CursorData ` ] ( README.md#cursordata ) \>
430
+ Ƭ ** FoundCursorData** : ` Required ` \ <[ ` CursorData ` ] ( README.md#cursordata ) \>
431
431
432
432
#### Defined in
433
433
434
- [ json- hover.ts:20 ] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/json- hover.ts#L20 )
434
+ [ features/ hover.ts:21 ] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/features/ hover.ts#L21 )
435
435
436
436
___
437
437
450
450
451
451
#### Defined in
452
452
453
- [ json- hover.ts:24 ] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/json- hover.ts#L24 )
453
+ [ features/ hover.ts:25 ] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /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/acao /codemirror-json-schema/blob/296617f /src/types.ts#L6 )
470
+ [ types.ts:6] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/types.ts#L6 )
471
471
472
472
___
473
473
@@ -486,24 +486,24 @@ ___
486
486
487
487
#### Defined in
488
488
489
- [ types.ts:11] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/types.ts#L11 )
489
+ [ types.ts:11] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/types.ts#L11 )
490
490
491
491
___
492
492
493
493
### JSONPointersMap
494
494
495
- Ƭ ** JSONPointersMap** : ` Map ` <` string ` , [ ` JSONPointerData ` ] ( README.md#jsonpointerdata ) \| [ ` JSONPartialPointerData ` ] ( README.md#jsonpartialpointerdata ) \>
495
+ Ƭ ** JSONPointersMap** : ` Map ` \ <` string ` , [ ` JSONPointerData ` ] ( README.md#jsonpointerdata ) \| [ ` JSONPartialPointerData ` ] ( README.md#jsonpartialpointerdata ) \>
496
496
497
497
#### Defined in
498
498
499
- [ types.ts:20] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/types.ts#L20 )
499
+ [ types.ts:20] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/types.ts#L20 )
500
500
501
501
## Variables
502
502
503
503
### schemaStateField
504
504
505
- • ` Const ` ** schemaStateField** : ` StateField ` <` void ` \| ` JSONSchema7 ` \>
505
+ • ` Const ` ** schemaStateField** : ` StateField ` \ <` void ` \| ` JSONSchema7 ` \>
506
506
507
507
#### Defined in
508
508
509
- [ state.ts:6] ( https://github.com/acao /codemirror-json-schema/blob/296617f /src/state.ts#L6 )
509
+ [ features/ state.ts:6] ( https://github.com/jsonnext /codemirror-json-schema/blob/c982a74 /src/features /state.ts#L6 )
0 commit comments