mediawiki-extensions-Visual.../modules/ve-mw/dm/nodes
Thiemo Kreuz 4367235dcc Inline many var declarations in the code below
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
2021-06-23 09:02:24 +00:00
..
ve.dm.MWAlienBlockExtensionNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.dm.MWAlienExtensionNode.js Allow alien extension node encapsulation wrappers to be of various types 2020-10-20 11:44:54 -04:00
ve.dm.MWAlienInlineExtensionNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.dm.MWBlockExtensionNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.dm.MWBlockImageNode.js Fix Parsoid HTML of broken images 2021-02-04 20:39:05 +01:00
ve.dm.MWEntityNode.js French spacing (mw:DisplaySpace) doesn't have mw:Placeholder any more 2020-07-15 20:14:30 +00:00
ve.dm.MWExtensionNode.js build: Update eslint-config-wikimedia to 0.16.0 2020-06-02 21:30:00 +01:00
ve.dm.MWGalleryCaptionNode.js
ve.dm.MWGalleryImageCaptionNode.js
ve.dm.MWGalleryImageNode.js Parse relative hrefs on image nodes like on regular links (try 2) 2021-01-27 11:53:15 +00:00
ve.dm.MWGalleryNode.js ve.dm.Node: blacklistedAnnotationTypes -> disallowedAnnotationTypes 2020-06-12 11:11:34 +01:00
ve.dm.MWHeadingNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.dm.MWImageCaptionNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.dm.MWImageNode.js Adjust CE markup of broken images so that Parsoid styles apply to them 2021-01-27 10:12:52 +01:00
ve.dm.MWIncludesNode.js ve.dm.MWIncludesNode: Change label for includeonly nodes per feedback 2020-06-09 21:37:10 +02:00
ve.dm.MWInlineExtensionNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.dm.MWInlineImageNode.js Fix Parsoid HTML of broken images 2021-02-04 20:39:05 +01:00
ve.dm.MWLanguageVariantBlockNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.dm.MWLanguageVariantHiddenNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.dm.MWLanguageVariantInlineNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.dm.MWLanguageVariantNode.js ve.dm.MWLanguageVariantNode: Fix "undefined" appearing for some nodes 2021-06-07 21:34:55 +02:00
ve.dm.MWMagicLinkNode.js Remove @param/@return docs that literally repeat the code 2021-06-14 15:44:51 +02:00
ve.dm.MWNumberedExternalLinkNode.js ve.dm.Node: blacklistedAnnotationTypes -> disallowedAnnotationTypes 2020-06-12 11:11:34 +01:00
ve.dm.MWPreformattedNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.dm.MWPreNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.dm.MWSignatureNode.js MWSignatureNode: Use template's rendering hash object 2020-07-08 22:18:35 +02:00
ve.dm.MWTableNode.js eslint: Enable the mediawiki/class-doc rule and make pass 2020-04-17 22:59:11 +01:00
ve.dm.MWTransclusionBlockNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.dm.MWTransclusionInlineNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.dm.MWTransclusionNode.js Inline many var declarations in the code below 2021-06-23 09:02:24 +00:00
ve.dm.MWTransclusionTableCellNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00