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.ce.MWAlienBlockExtensionNode.js | ||
ve.ce.MWAlienExtensionNode.js | ||
ve.ce.MWAlienInlineExtensionNode.js | ||
ve.ce.MWBlockExtensionNode.js | ||
ve.ce.MWBlockImageNode.js | ||
ve.ce.MWEntityNode.js | ||
ve.ce.MWExtensionNode.js | ||
ve.ce.MWGalleryCaptionNode.js | ||
ve.ce.MWGalleryImageCaptionNode.js | ||
ve.ce.MWGalleryImageNode.js | ||
ve.ce.MWGalleryNode.js | ||
ve.ce.MWHeadingNode.js | ||
ve.ce.MWImageCaptionNode.js | ||
ve.ce.MWImageNode.js | ||
ve.ce.MWIncludesNode.js | ||
ve.ce.MWInlineExtensionNode.js | ||
ve.ce.MWInlineImageNode.js | ||
ve.ce.MWLanguageVariantBlockNode.js | ||
ve.ce.MWLanguageVariantHiddenNode.js | ||
ve.ce.MWLanguageVariantInlineNode.js | ||
ve.ce.MWLanguageVariantNode.js | ||
ve.ce.MWMagicLinkNode.js | ||
ve.ce.MWNumberedExternalLinkNode.js | ||
ve.ce.MWPreformattedNode.js | ||
ve.ce.MWPreNode.js | ||
ve.ce.MWSignatureNode.js | ||
ve.ce.MWTableNode.js | ||
ve.ce.MWTransclusionBlockNode.js | ||
ve.ce.MWTransclusionInlineNode.js | ||
ve.ce.MWTransclusionNode.js | ||
ve.ce.MWTransclusionTableCellNode.js |