mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-17 11:23:03 +00:00
4367235dcc
This makes the code more readable and easier to reason about. The ESLint rule responsible for this code style was removed just recently. Notes: * I focus on classes that are relevant for what the WMDE team does right now. * I merge multiple `var` keywords only when the variables are strongly connected. * Caching the length in a for loop makes the code hard to read, but not really faster when it's a trivial property access anyway. Bug: T284895 Change-Id: I621fed61d894a83dc95f58129bbe679d82b0f5f5 |
||
---|---|---|
.. | ||
ve.dm.MWAlienBlockExtensionNode.js | ||
ve.dm.MWAlienExtensionNode.js | ||
ve.dm.MWAlienInlineExtensionNode.js | ||
ve.dm.MWBlockExtensionNode.js | ||
ve.dm.MWBlockImageNode.js | ||
ve.dm.MWEntityNode.js | ||
ve.dm.MWExtensionNode.js | ||
ve.dm.MWGalleryCaptionNode.js | ||
ve.dm.MWGalleryImageCaptionNode.js | ||
ve.dm.MWGalleryImageNode.js | ||
ve.dm.MWGalleryNode.js | ||
ve.dm.MWHeadingNode.js | ||
ve.dm.MWImageCaptionNode.js | ||
ve.dm.MWImageNode.js | ||
ve.dm.MWIncludesNode.js | ||
ve.dm.MWInlineExtensionNode.js | ||
ve.dm.MWInlineImageNode.js | ||
ve.dm.MWLanguageVariantBlockNode.js | ||
ve.dm.MWLanguageVariantHiddenNode.js | ||
ve.dm.MWLanguageVariantInlineNode.js | ||
ve.dm.MWLanguageVariantNode.js | ||
ve.dm.MWMagicLinkNode.js | ||
ve.dm.MWNumberedExternalLinkNode.js | ||
ve.dm.MWPreformattedNode.js | ||
ve.dm.MWPreNode.js | ||
ve.dm.MWSignatureNode.js | ||
ve.dm.MWTableNode.js | ||
ve.dm.MWTransclusionBlockNode.js | ||
ve.dm.MWTransclusionInlineNode.js | ||
ve.dm.MWTransclusionNode.js | ||
ve.dm.MWTransclusionTableCellNode.js |