Lines Matching refs:bundleName
80 const bundleName: string = packageInfo[0]; constant
104 return `${bundleName}/${moduleName}@${namespace}/${langType}/${relativePath}`;
106 return `${bundleName}/${moduleName}/${langType}/${relativePath}`;
146 return `${bundleName}/${moduleName}@${namespace}/${relativeModulePath}`;
148 return `${bundleName}/${moduleName}/${relativeModulePath}`;
184 return `@app:${projectConfig.bundleName}/${projectConfig.moduleName}/${libsoKey}`;
315 const bundleName: string = packageInfo[0]; constant
317 moduleRequest = `@bundle:${bundleName}/${moduleName}/${result[5]}/${toUnixPath(result[7])}`;
470 const bundleName: string = data.app.bundleName; constant
472 packageCollection.set(configFile, [bundleName, moduleName]);
473 return [bundleName, moduleName];