@bhsd/codemirror-mediawiki 2.15.4 → 2.16.0
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 -1
- package/dist/main.min.js +12 -12
- package/dist/mw.min.js +16 -16
- package/dist/static.d.ts +2 -2
- package/i18n/en.json +2 -2
- package/i18n/zh-hans.json +6 -6
- package/i18n/zh-hant.json +8 -8
- package/mediawiki.css +7 -2
- package/package.json +1 -1
package/dist/codemirror.d.ts
CHANGED
|
@@ -120,5 +120,5 @@ export declare class CodeMirror6 {
|
|
|
120
120
|
* 将wikiparser-node设置转换为codemirror-mediawiki设置
|
|
121
121
|
* @param config
|
|
122
122
|
*/
|
|
123
|
-
static getMwConfig: ({ parserFunction, protocol, nsid, variants, redirection, ext, doubleUnderscore, img }: import("wikiparser-node").
|
|
123
|
+
static getMwConfig: ({ parserFunction, protocol, nsid, variants, redirection, ext, doubleUnderscore, img }: import("wikiparser-node").Config) => MwConfig;
|
|
124
124
|
}
|