Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
() =>
createModuleSource(
res,
format,
includeCSSInJS,
undefined,
undefined,
undefined,
injectCSSRequest ? [`./${cssAssetFilename}`] : [],
compat ? '@stylable/runtime/cjs/index-legacy' : '@stylable/runtime',
compat ? ['module.exports.default = module.exports;'] : []
),
`Transform Error: ${filePath}`