afch-rewrite icon indicating copy to clipboard operation
afch-rewrite copied to clipboard

upgrade to ES6

Open NovemLinguae opened this issue 1 year ago • 2 comments

Any objections to upgrading from ES5 to ES6? This will break really old browsers such as...

  • Chrome <= 20
  • Safari <= 7
  • Firefox <= 5
  • Opera <= 12.1
  • Internet Explorer <= 10

Complete list

... but this should affect almost no one, and will make coding easier.

NovemLinguae avatar Dec 07 '23 12:12 NovemLinguae

At a certain point we must move on. Make it so.

primefac avatar Dec 07 '23 13:12 primefac

Actually, this will not break any browser. Since https://gerrit.wikimedia.org/r/c/mediawiki/core/+/902706/ earlier this year, no gadgets or core/extension-loaded javascript are served to ES5 browsers.

siddharthvp avatar Dec 19 '23 18:12 siddharthvp