Searched refs:toCamelCase (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/ |
| H A D | createLegacyPlugin.ts | 10 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 D | createLegacyPlugin.js | 14 const toCamelCase = s => s.replace(/-./g, x => x.toUpperCase()[1]); function 44 const methodName = toCamelCase(`with-${packageName}`);
|
| H A D | createLegacyPlugin.js.map | 1 …toCamelCase","s","replace","x","toUpperCase","isModuleExcluded","config","packageName","_config$_i…
|