@@ -74,7 +74,7 @@ Full featured cm6 extension for json, including `@codemirror/lang-json`
7474
7575#### Defined in
7676
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 )
7878
7979## Codemirror Extensions
8080
@@ -108,13 +108,13 @@ provides a JSON schema enabled autocomplete extension for codemirror
108108
109109#### Defined in
110110
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 )
112112
113113___
114114
115115### jsonSchemaHover
116116
117- ▸ ** jsonSchemaHover** (` options? ` ): (` view ` : ` EditorView ` , ` pos ` : ` number ` , ` side ` : ` Side ` ) => ` Promise ` <`` null `` \| ` Tooltip ` \>
117+ ▸ ** jsonSchemaHover** (` options? ` ): (` view ` : ` EditorView ` , ` pos ` : ` number ` , ` side ` : ` Side ` ) => ` Promise ` \ <`` null `` \| ` Tooltip ` \>
118118
119119provides a JSON schema enabled tooltip extension for codemirror
120120
@@ -128,7 +128,7 @@ provides a JSON schema enabled tooltip extension for codemirror
128128
129129` fn `
130130
131- ▸ (` view ` , ` pos ` , ` side ` ): ` Promise ` <`` null `` \| ` Tooltip ` \>
131+ ▸ (` view ` , ` pos ` , ` side ` ): ` Promise ` \ <`` null `` \| ` Tooltip ` \>
132132
133133##### Parameters
134134
@@ -140,11 +140,11 @@ provides a JSON schema enabled tooltip extension for codemirror
140140
141141##### Returns
142142
143- ` Promise ` <`` null `` \| ` Tooltip ` \>
143+ ` Promise ` \ <`` null `` \| ` Tooltip ` \>
144144
145145#### Defined in
146146
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 )
148148
149149___
150150
@@ -178,7 +178,7 @@ Helper for simpler class instantiaton
178178
179179#### Defined in
180180
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 )
182182
183183## Utilities
184184
@@ -201,7 +201,7 @@ retrieve a Map of all the json pointers in a document
201201
202202#### Defined in
203203
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 )
205205
206206___
207207
@@ -226,7 +226,7 @@ retrieve a JSON pointer for a given position in the editor
226226
227227#### Defined in
228228
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 )
230230
231231___
232232
@@ -253,7 +253,7 @@ Mimics the behavior of `json-source-map`'s `parseJSONDocument` function using co
253253
254254#### Defined in
255255
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 )
257257
258258___
259259
@@ -280,7 +280,7 @@ Return parsed data and json pointers for a given codemirror EditorState
280280
281281#### Defined in
282282
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 )
284284
285285## Functions
286286
@@ -300,7 +300,7 @@ Return parsed data and json pointers for a given codemirror EditorState
300300
301301#### Defined in
302302
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 )
304304
305305___
306306
322322
323323#### Defined in
324324
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 )
326326
327327___
328328
342342
343343#### Defined in
344344
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 )
346346
347347___
348348
363363
364364#### Defined in
365365
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 )
367367
368368___
369369
383383
384384#### Defined in
385385
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 )
387387
388388___
389389
404404
405405#### Defined in
406406
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 )
408408
409409## Type Aliases
410410
@@ -421,17 +421,17 @@ ___
421421
422422#### Defined in
423423
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 )
425425
426426___
427427
428428### FoundCursorData
429429
430- Ƭ ** FoundCursorData** : ` Required ` <[ ` CursorData ` ] ( README.md#cursordata ) \>
430+ Ƭ ** FoundCursorData** : ` Required ` \ <[ ` CursorData ` ] ( README.md#cursordata ) \>
431431
432432#### Defined in
433433
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 )
435435
436436___
437437
450450
451451#### Defined in
452452
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 )
454454
455455___
456456
467467
468468#### Defined in
469469
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 )
471471
472472___
473473
@@ -486,24 +486,24 @@ ___
486486
487487#### Defined in
488488
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 )
490490
491491___
492492
493493### JSONPointersMap
494494
495- Ƭ ** JSONPointersMap** : ` Map ` <` string ` , [ ` JSONPointerData ` ] ( README.md#jsonpointerdata ) \| [ ` JSONPartialPointerData ` ] ( README.md#jsonpartialpointerdata ) \>
495+ Ƭ ** JSONPointersMap** : ` Map ` \ <` string ` , [ ` JSONPointerData ` ] ( README.md#jsonpointerdata ) \| [ ` JSONPartialPointerData ` ] ( README.md#jsonpartialpointerdata ) \>
496496
497497#### Defined in
498498
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 )
500500
501501## Variables
502502
503503### schemaStateField
504504
505- • ` Const ` ** schemaStateField** : ` StateField ` <` void ` \| ` JSONSchema7 ` \>
505+ • ` Const ` ** schemaStateField** : ` StateField ` \ <` void ` \| ` JSONSchema7 ` \>
506506
507507#### Defined in
508508
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