mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-11 16:48:43 +00:00
d5f9b15e39
New changes: 8a1eda8af build: Updating jsdoc-wmf-theme to 1.0.1 7e2e7ebaa JSDoc: Fix generated documentation of Storage objects 2a0229ea1 JSDoc: Fix more warnings 227a38f79 JSDoc: Use upstream version of externals plugin e1b2cbc3b Localisation updates from https://translatewiki.net. a588efb7c Convert inline functions to arrow functions so context variables can be removed 2a12cfd15 Localisation updates from https://translatewiki.net. 27296e0e3 Disable MutationObserver in ve.ce.Surface Deleted files: - build/jsdoc-externals.js Bug: T230323 Bug: T365052 Change-Id: Ia9710a52cf407c1b1cc11216ed9e54cf89e3478d
77 lines
3 KiB
JSON
77 lines
3 KiB
JSON
{
|
|
"opts": {
|
|
"encoding": "utf8",
|
|
"destination": "docs",
|
|
"package": "package.json",
|
|
"readme": "README.md",
|
|
"pedantic": false,
|
|
"private": true,
|
|
"recurse": true,
|
|
"template": "node_modules/jsdoc-wmf-theme",
|
|
"class-hierarchy": {
|
|
"showList": true
|
|
}
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown",
|
|
"node_modules/jsdoc-wmf-theme/plugins/allow-dots-in-modules",
|
|
"node_modules/jsdoc-wmf-theme/plugins/betterlinks",
|
|
"node_modules/jsdoc-wmf-theme/plugins/externals",
|
|
"node_modules/jsdoc-wmf-theme/plugins/summarize",
|
|
"node_modules/jsdoc-class-hierarchy"
|
|
],
|
|
"source": {
|
|
"include": [ "modules/ve-mw", "modules/ve-mw-collab" ],
|
|
"exclude": [ "modules/ve-mw/tests" ]
|
|
},
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"default": {
|
|
"useLongnameInNav": true
|
|
},
|
|
"wmf": {
|
|
"maintitle": "VisualEditor-MediaWiki",
|
|
"repository": "https://gerrit.wikimedia.org/g/mediawiki/extensions/VisualEditor/",
|
|
"prefixMap": {
|
|
"OO.ui.": "https://doc.wikimedia.org/oojs-ui/master/js/{type}.html",
|
|
"OO.": "https://doc.wikimedia.org/oojs/master/{type}.html",
|
|
"ve.": "https://doc.wikimedia.org/visualeditor-standalone/master/{type}.html",
|
|
"mw.": "https://doc.wikimedia.org/mediawiki-core/master/js/{type}.html"
|
|
},
|
|
"prefixMapIgnore": [
|
|
"ve.ce.MW",
|
|
"ve.dm.MW",
|
|
"ve.init.mw.",
|
|
"ve.ui.MW",
|
|
"mw.libs.ve."
|
|
],
|
|
"linkMap": {
|
|
"VisualEditorOverlay": "https://doc.wikimedia.org/MobileFrontend/master/js/js/VisualEditorOverlay.html",
|
|
|
|
"Array": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array",
|
|
"Error": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error",
|
|
"Object": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object",
|
|
"Promise": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise",
|
|
|
|
"Blob": "https://developer.mozilla.org/en-US/docs/Web/API/Blob",
|
|
"DataTransfer": "https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer",
|
|
"DataTransferItem": "https://developer.mozilla.org/en-US/docs/Web/API/DataTransferItem",
|
|
"Event": "https://developer.mozilla.org/en-US/docs/Web/API/Event",
|
|
"HTMLDocument": "https://developer.mozilla.org/en-US/docs/Web/API/HTMLDocument",
|
|
"HTMLElement": "https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement",
|
|
"KeyboardEvent": "https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent",
|
|
"MutationRecord": "https://developer.mozilla.org/en-US/docs/Web/API/MutationRecord",
|
|
"Node": "https://developer.mozilla.org/en-US/docs/Web/API/Node",
|
|
"NodeList": "https://developer.mozilla.org/en-US/docs/Web/API/NodeList",
|
|
"Range": "https://developer.mozilla.org/en-US/docs/Web/API/Range",
|
|
"Selection": "https://developer.mozilla.org/en-US/docs/Web/API/Selection",
|
|
|
|
"jQuery": "http://api.jquery.com/",
|
|
"jQuery.Deferred": "http://api.jquery.com/jQuery.Deferred/",
|
|
"jQuery.Event": "http://api.jquery.com/Types/#Event",
|
|
"jQuery.Promise": "http://api.jquery.com/Types/#Promise"
|
|
}
|
|
}
|
|
}
|
|
}
|