wiki.techinc.nl/includes/ResourceLoader
Eric Gardner 2fa8bbbeff CodexModule: Don't hard-code .js file extensions
As of Codex 1.3.0, CJS files emitted from the library build process
will have a .cjs extension instead of a .js extension (per Vite's
library mode behavior when working with ESM codebases).

This change updates the CodexModule code to be file-extension agnostic;
.mjs, .cjs. and .js file extensions are all considered valid now.

Change-Id: Iccb53b4c01daf90d23476f24e50066adb41685dd
2024-01-23 12:27:42 -08:00
..
dependencystore Migrate away from $db->makeList in favor of expression builder 2023-11-02 16:40:48 +00:00
Hook Namespace Config-related classes under \MediaWiki\Config 2023-09-21 05:41:58 +00:00
CircularDependencyError.php ResourceLoader: tweak comments and error messages 2023-04-03 18:21:30 +10:00
ClientHtml.php ResourceLoader: Document the clientPrefs system and make Skin option 2023-08-18 13:32:01 -07:00
CodexModule.php CodexModule: Don't hard-code .js file extensions 2024-01-23 12:27:42 -08:00
Context.php ResourceLoader: Use UserFactory::newAnonymous 2024-01-22 21:03:46 +01:00
DerivativeContext.php ResourceLoader: Use UserFactory::newAnonymous 2024-01-22 21:03:46 +01:00
FileModule.php ResourceLoader: Drop targets system, deprecated in 1.41 2024-01-12 16:42:38 -05:00
FilePath.php ResourceLoader: Allow FileModule scripts to be generated with a callback 2023-05-09 11:47:40 +10:00
ForeignApiModule.php ResourceLoader namespace (attempt 2) 2022-05-24 15:41:46 +00:00
ForeignResourceManager.php ForeignResourceManager: Make it clearer what is being skipped for documentation-only 2024-01-13 19:25:51 +00:00
HookRunner.php Namespace Config-related classes under \MediaWiki\Config 2023-09-21 05:41:58 +00:00
Image.php resourceloader: Always include 'lang' in ImageModule image URLs 2023-08-21 15:13:25 +02:00
ImageModule.php ResourceLoaderImageModule::getCssDeclarations: Tweak doc explanation 2023-07-13 10:28:13 -04:00
LessVarFileModule.php Migrate use of ${var}-style string interpolation 2022-07-29 02:45:09 +02:00
MessageBlobStore.php Change uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-22 22:27:45 +01:00
Module.php ResourceLoader: Drop targets system, deprecated in 1.41 2024-01-12 16:42:38 -05:00
MwUrlModule.php ResourceLoader namespace (attempt 2) 2022-05-24 15:41:46 +00:00
OOUIFileModule.php ResourceLoader namespace (attempt 2) 2022-05-24 15:41:46 +00:00
OOUIIconPackModule.php Replace array_keys in foreach to use $_ as value instead 2023-07-10 02:53:52 +00:00
OOUIImageModule.php Replace substr with cleaner string methods 2023-05-20 15:40:21 +02:00
OOUIModule.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
ResourceLoader.php Move user options related classes into its own namespace 2023-11-29 13:27:13 +01:00
SiteModule.php Fix even more PHPStorm inspections (#3) 2023-03-25 00:30:15 +00:00
SiteStylesModule.php ResourceLoader: Define targets in a single location 2023-02-02 16:27:08 +00:00
SkinModule.php Namespace Config-related classes under \MediaWiki\Config 2023-09-21 05:41:58 +00:00
StartUpModule.php ResourceLoader: Drop targets system, deprecated in 1.41 2024-01-12 16:42:38 -05:00
UserModule.php Namespace TitleValue under \MediaWiki\Title 2023-09-18 18:24:39 +01:00
UserOptionsModule.php Move user options related classes into its own namespace 2023-11-29 13:27:13 +01:00
UserStylesModule.php Namespace TitleValue under \MediaWiki\Title 2023-09-18 18:24:39 +01:00
VueComponentParser.php Bump codesniffer to 42.0.0 2023-09-27 15:06:32 -04:00
WikiModule.php Change uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-22 22:27:45 +01:00