UNPKG

codemirror-json-schema

Version:

Codemirror 6 extensions that provide full JSONSchema support for `@codemirror/lang-json` and `codemirror-json5`

8 lines (7 loc) 384 B
export { jsonCompletion, JSONCompletion, } from "./features/completion"; export { jsonSchemaLinter, JSONValidation, handleRefresh, } from "./features/validation"; export { jsonSchemaHover, JSONHover, } from "./features/hover"; export { jsonSchema } from "./json/bundled"; export * from "./parsers/json-parser"; export * from "./utils/json-pointers"; export * from "./features/state";