[17:50:26] Hi - I have a standalone JS script in which I want to load i18n messages from JSON files. I'd like to do something similar to what the ConvenientDiscussions gadget does: https://github.com/wikimedia/mediawiki-gadgets-ConvenientDiscussions/blob/master/src/js/app.js#L36 [17:52:24] ...but I can't get that to work - it uses a function called require() that seems to be different from the require() function usually used in MediaWiki JS scripts (e.g., 'require("vue");'). [17:53:10] Are there really two different require() functions? And in any case, is there any easy way to just load in the contents of a JSON file?