String stylesModuleUrl(String stylesheetUrl, bool shim) { return shim ? '$stylesheetUrl.shim$moduleSuffix' : '$stylesheetUrl$moduleSuffix'; }