We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
handleRefresh
1 parent 1eac98a commit ed534d7Copy full SHA for ed534d7
.changeset/rude-shirts-bake.md
@@ -0,0 +1,5 @@
1
+---
2
+"codemirror-json-schema": patch
3
4
+
5
+export `handleRefresh`
src/index.ts
@@ -3,6 +3,7 @@ export { jsonCompletion } from "./json-completion.js";
export {
jsonSchemaLinter,
type JSONValidationOptions,
6
+ handleRefresh,
7
} from "./json-validation.js";
8
9
0 commit comments