mediawiki-extensions-Gadgets/tests/phpunit
Siddharth VP 7793a9475f Add support for ES6 gadgets, but with validation disabled
Gadgets can mark themselves as ES6-only by specifying the requiresES6
boolean attribute. Syntax validation is disabled for them (as the
validator doesn't support ES6 yet), and they are loaded together in a
separate request.

The minifier doesn't reject syntax errors, and thus these would
be passed through to web clients. Hence, communities using this feature
are encouraged to use ESLint or another linter to make sure only
valid ES <= 6 code is being used.

Because of the above, this feature is only made available for
non-default gadgets.

Bug: T75714
Change-Id: Ib98ac0700471554d5721d7ab858d4660e1e0e980
2022-10-20 22:03:18 +00:00
..
integration Use HookHandlers and implement hook interfaces 2022-04-17 12:00:24 +00:00
unit Add support for ES6 gadgets, but with validation disabled 2022-10-20 22:03:18 +00:00
GadgetTestUtils.php Namespace extension 2022-03-05 17:03:35 +00:00