mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
76b3f63ead
New changes: f564149 ve.dm.Transaction: add 'author' field 4032768 Remove jshint comment, no rule required 3705e38 Remove comment about jscs empty blocks rule 09c48db Remove comment about jscs binary space rule 1f2fcde Allow shallow clone of whole document b8c3673 build: Update eslint-config-wikimedia to 0.2.0 and make a pass f31a1f8 Re-use eslint.main for eslint.fix 78acdbe Add LICENCE.txt for classList lib 0d92f39 jsduck: Move UnicodeJS and OOUI into Upstream d0c4225 Remove rules which have been moved upstream 31126aa Fix ve.test.utils.createSurfaceFromHtml a1036e0 Make it possible to see visual diffs in VE core 3a1bc70 Diff style tweaks 977d3ad build: Move diffing code to its own module for slimness Change-Id: I82da0beb9bdb05f482ddfa76b4f95563d2499f1e
24 lines
689 B
JSON
24 lines
689 B
JSON
{
|
|
"--title": "VisualEditor - Documentation",
|
|
"--output": "docs",
|
|
"--categories": ".jsduck/categories.json",
|
|
"--eg-iframe": ".jsduck/eg-iframe.html",
|
|
"--tags": ".jsduck/CustomTags.rb",
|
|
"--processes": "0",
|
|
"--warnings-exit-nonzero": true,
|
|
"--builtin-classes": true,
|
|
"--external": "HTMLDocument,Window,Node,Text,Set,Range,Selection,ClientRect,File,Blob,DataTransfer,DataTransferItem,KeyboardEvent,MouseEvent",
|
|
"--warnings": ["-nodoc(class,public)", "-global"],
|
|
"--": [
|
|
".jsduck/external.js",
|
|
"lib/ve/.jsduck/external.js",
|
|
"lib/ve/lib/oojs",
|
|
"lib/ve/lib/oojs-ui",
|
|
"lib/ve/lib/unicodejs",
|
|
"lib/ve/lib/treeDiffer",
|
|
"lib/ve/src",
|
|
"lib/ve/tests",
|
|
"modules/ve-mw"
|
|
]
|
|
}
|