mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 22:44:18 +08:00
Merge pull request #21695 from nchen63/patch-7
[codemirror] Add onUpdateLinting callback to LintStateOptions
This commit is contained in:
1
types/codemirror/index.d.ts
vendored
1
types/codemirror/index.d.ts
vendored
@@ -1141,6 +1141,7 @@ declare namespace CodeMirror {
|
||||
interface LintStateOptions {
|
||||
async: boolean;
|
||||
hasGutters: boolean;
|
||||
onUpdateLinting?: (annotationsNotSorted: Annotation[], annotations: Annotation[], codeMirror: Editor) => void;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user