mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
5813d53271
Also * This way we don't need to pass the --config=jsduck.config.json parameter but can run plain 'jsduck' in Jenkins. Allowing it to use the standard job template for testing. * Move processes=0 to jsduck.json. Workaround for https://github.com/senchalabs/jsduck/issues/525 * Use standard ' - Documentation' suffix, which makes the first part of the title render in bold (similar to how we do in OOjs and OOjs UI already). Change-Id: I6c9c7a1f29df0a72dc8cd0d37a83aaef23068062
28 lines
571 B
JavaScript
28 lines
571 B
JavaScript
/**
|
|
* Provided by VisualEditorDataModule.php for the MediaWiki environment.
|
|
*
|
|
* @class ve.version
|
|
* @singleton
|
|
*/
|
|
|
|
/**
|
|
* @property {string|boolean} [id=false] Git commit hash (abbreviated to 7 characters)
|
|
*/
|
|
|
|
/**
|
|
* @property {string|boolean} [url=false] URL to git commit viewer for #id
|
|
*/
|
|
|
|
/**
|
|
* @property {number|boolean} [timestamp=false] Commit date (UNIX timestamp)
|
|
*/
|
|
|
|
/**
|
|
* @property {string} [dateString=""] Formatted date or empty string
|
|
*/
|
|
|
|
/**
|
|
* @class mw.Title
|
|
* @source <https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.Title>
|
|
*/
|