mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
refactor: add treeLen field to the ParseContext interface
This commit is contained in:
parent
eb817cb46a
commit
40f59c6e0f
1 changed files with 1 additions and 0 deletions
1
src/types.d.ts
vendored
1
src/types.d.ts
vendored
|
|
@ -51,6 +51,7 @@ declare module "@codemirror/language" {
|
|||
*/
|
||||
interface ParseContext {
|
||||
tree: Tree;
|
||||
treeLen: number;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue