@bhsd/codemirror-mediawiki 2.14.1 → 2.14.2
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/codemirror.d.ts +1 -4
- package/dist/main.min.js +10 -10
- package/dist/mw.min.js +11 -11
- package/dist/token.d.ts +10 -5
- package/i18n/en.json +1 -1
- package/i18n/zh-hans.json +1 -1
- package/i18n/zh-hant.json +1 -1
- package/package.json +1 -1
package/dist/codemirror.d.ts
CHANGED
|
@@ -89,10 +89,7 @@ export declare class CodeMirror6 {
|
|
|
89
89
|
anchor: number;
|
|
90
90
|
head: number;
|
|
91
91
|
}): void;
|
|
92
|
-
/**
|
|
93
|
-
* 支持的MediaWiki扩展标签
|
|
94
|
-
* @todo 修正已有标签(`references`, `choose`, `combobox`, `gallery`),支持更多标签
|
|
95
|
-
*/
|
|
92
|
+
/** 支持的MediaWiki扩展标签 */
|
|
96
93
|
static mwTagModes: {
|
|
97
94
|
onlyinclude: string;
|
|
98
95
|
includeonly: string;
|