Lines Matching refs:bundleName
83 const bundleName: string = packageInfo[0]; constant
99 return `${bundleName}/${moduleName}@${namespace}/${relativePath}`;
101 return `${bundleName}/${moduleName}/${relativePath}`;
169 const bundleName: string = packageInfo[0]; constant
176 return `${bundleName}/${moduleName}@${namespace}/${relativeModulePath}`;
178 return `${bundleName}/${moduleName}/${relativeModulePath}`;
212 return `@app:${projectConfig.bundleName}/${projectConfig.moduleName}/${libsoKey}`;
364 const bundleName: string = packageInfo[0]; constant
366 moduleRequest = `@bundle:${bundleName}/${moduleName}/${result[5]}/${toUnixPath(result[7])}`;
572 const bundleName: string = data.app.bundleName; constant
574 packageCollection.set(configFile, [bundleName, moduleName]);
575 return [bundleName, moduleName];