MCPcopy Index your code
hub / github.com/webpack/css-loader / dashesCamelCase

Function dashesCamelCase

src/utils.js:1119–1123  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

1117}
1118
1119function dashesCamelCase(str) {
1120 return str.replace(/-+(\w)/g, (match, firstLetter) =>
1121 firstLetter.toUpperCase(),
1122 );
1123}
1124
1125const validIdentifier = /^[a-zA-Z_$][a-zA-Z0-9_$]*$/u;
1126const keywords = new Set([

Callers 1

getModulesOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected