Home
last modified time | relevance | path

Searched refs:toCamelCase (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/
H A DcreateLegacyPlugin.ts10 const toCamelCase = (s: string) => s.replace(/-./g, (x) => x.toUpperCase()[1]); constant
50 const methodName = toCamelCase(`with-${packageName}`);
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/
H A DcreateLegacyPlugin.js14 const toCamelCase = s => s.replace(/-./g, x => x.toUpperCase()[1]); function
44 const methodName = toCamelCase(`with-${packageName}`);
H A DcreateLegacyPlugin.js.map1toCamelCase","s","replace","x","toUpperCase","isModuleExcluded","config","packageName","_config$_i…