Lines Matching refs:modName
30 modName,
41 mod: modName,
59 debug(`mods.${platform}.${modName}: file path: ${filePath || '[skipped]'}`);
66 assertModResults(results, modRequest.platform, modRequest.modName);
70 error.message = `[${platform}.${modName}]: ${methodName}: ${error.message}`;
83 function assertModResults(results, platformName, modName) { argument
90 …throw new Error(`Mod \`mods.${platformName}.${modName}\` evaluated to an object that is not a vali…
98 modName, field
102 const methodName = `with${upperFirst(props.platform)}${upperFirst(modName)}BaseMod`;
105 modName,
121 return Object.entries(providers).reduce((config, [modName, value]) => {
124 modName,