Searched refs:resolveConfigPluginFunctionWithInfo (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/cli/src/install/utils/ |
| H A D | autoAddConfigPlugins.ts | 4 resolveConfigPluginFunctionWithInfo, 25 const info = resolveConfigPluginFunctionWithInfo(projectRoot, packageName);
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | plugin-resolver.js | 12 exports.resolveConfigPluginFunctionWithInfo = resolveConfigPluginFunctionWithInfo; 143 } = resolveConfigPluginFunctionWithInfo(projectRoot, pluginReference); 148 function resolveConfigPluginFunctionWithInfo(projectRoot, pluginReference) { function
|
| H A D | plugin-resolver.d.ts | 11 export declare function resolveConfigPluginFunctionWithInfo(projectRoot: string, pluginReference: s…
|
| H A D | plugin-resolver.js.map | 1 …resolveConfigPluginFunctionWithInfo","result","requirePluginFile","error","SyntaxError","learnMore…
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | plugin-resolver.ts | 101 const { plugin } = resolveConfigPluginFunctionWithInfo(projectRoot, pluginReference); 106 export function resolveConfigPluginFunctionWithInfo(projectRoot: string, pluginReference: string) { function
|