UNPKG

prong-editor

Version:

Prong (PRojectional jsON Gui) is an editor framework for creating bespoke in-browser editors for JSON-based domain-specific languages (such as [Vega](https://vega.github.io/vega/), [Vega-Lite](https://vega.github.io/vega-lite/), [Tracery](https://tracery.

6 lines (5 loc) 336 B
import { SyntaxNode } from "@lezer/common"; import { MenuRow } from "../compute-menu-contents"; import { JSONSchema7 } from "json-schema"; export declare function materializeAnyOfOption(content: JSONSchema7): string; export declare function evalSchemaChunks(syntaxNode: SyntaxNode, schemaChunk: JSONSchema7[], code: string): MenuRow[];