nextcloud/tests/lib/Template
Ferdinand Thiessen 00e041b907 feat(template): Allow JSResourceLocator to find ES6 scripts
Enable module js (ES6) support on the `JSResourceLocator`.
This changes `JSResourceLocator` to look for `.mjs` files first
to allow applications to provide a fallback `.js` for older Nextcloud versions.

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2023-02-22 21:19:37 +01:00
..
data
CSSResourceLocatorTest.php
JSCombinerTest.php composer run cs:fix 2023-01-20 11:45:08 +01:00
JSResourceLocatorTest.php feat(template): Allow JSResourceLocator to find ES6 scripts 2023-02-22 21:19:37 +01:00
ResourceLocatorTest.php