@bhsd/codemirror-mediawiki 2.17.3 → 2.17.4

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.
package/dist/ref.d.ts CHANGED
@@ -11,7 +11,8 @@ export declare const trees: WeakMap<EditorView | editor.ITextModel, Tree>;
11
11
  * @param view
12
12
  * @param target 目标名称
13
13
  * @param all 是否查找所有
14
+ * @param group 是否group属性
14
15
  */
15
- export declare const findRef: (view: EditorView | editor.ITextModel, target: string, all?: boolean) => Promise<Ranges>;
16
+ export declare const findRef: (view: EditorView | editor.ITextModel, target: string, all?: boolean, group?: boolean) => Promise<Ranges>;
16
17
  export declare const refHover: import("@codemirror/state").Extension[];
17
18
  export {};