mediawiki-extensions-Visual.../modules/ve-mw/ce
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
..
annotations doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
nodes Inline many var declarations in the code below 2021-06-23 09:02:24 +00:00
styles Show non-breaking spaces in the editor 2021-01-28 19:09:29 +00:00
ve.ce.MWResizableNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ce.MWWikitextSurface.js NWE: Always paste rich text as plain, and show context item to convert 2021-05-13 15:56:19 +01:00