@bhsd/codemirror-mediawiki 2.19.2 → 2.19.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,9 @@
1
+ import type { SyntaxNode } from '@lezer/common';
2
+ export declare const isMac: boolean;
3
+ /**
4
+ * 查找连续同名节点
5
+ * @param node 起始节点
6
+ * @param dir 方向
7
+ */
8
+ export declare const search: (node: SyntaxNode, dir: "prevSibling" | "nextSibling") => SyntaxNode;
9
+ export declare const openExtLinks: import("@codemirror/state").Extension[];
package/dist/plugins.d.ts CHANGED
File without changes
package/dist/ref.d.ts CHANGED
File without changes
package/dist/static.d.ts CHANGED
File without changes
package/dist/token.d.ts CHANGED
File without changes