mediawiki-extensions-Scribunto/includes/Engines/LuaCommon/lualib
thiemowmde a630e3d129 Make use of ??=, ?: and similar operators where possible
The main benefit of these operators is that they avoid repeating
parts of the code.

Change-Id: I86ea0eb02715ad5b7c62a71849309ed7095c5972
2024-09-21 20:00:50 +00:00
..
luabit
ustring Make use of ??=, ?: and similar operators where possible 2024-09-21 20:00:50 +00:00
bit32.lua
libraryUtil.lua
mw.hash.lua
mw.html.lua
mw.language.lua
mw.lua
mw.message.lua
mw.site.lua
mw.text.lua
mw.title.lua Add title.content alias for Title::getContent() 2024-08-22 11:30:26 -04:00
mw.uri.lua
mw.ustring.lua
mwInit.lua
package.lua Avoid modules that should return false wrongly returning true 2024-05-24 02:10:41 +00:00
strict.lua