Searched refs:PACKAGES (Results 1 – 10 of 10) sorted by relevance
/developtools/ace_ets2bundle/compiler/src/ |
D | gen_merged_abc.ts | 29 PACKAGES, 76 …ce(toUnixPath(projectConfig.nodeModulesPath), '').replace(new RegExp(NODE_MODULES, 'g'), PACKAGES); 78 …ntryFile.substring(0, entryFile.lastIndexOf('.')).replace(new RegExp(NODE_MODULES, 'g'), PACKAGES); 80 `${toUnixPath(path.join(PACKAGES, buildPath))}:${toUnixPath(path.join(PACKAGES, entry))}\n`;
|
D | ark_utils.ts | 26 PACKAGES, 177 …nixFilePath.replace(tryProjectPkg, `${packageDir}`).replace(new RegExp(packageDir, 'g'), PACKAGES); 185 …eplace(tryModulePkg, `${packageDir}@${moduleName}`).replace(new RegExp(packageDir, 'g'), PACKAGES); 199 …Path.replace(tryProjectPkg, `${packageDir}/${ONE}`).replace(new RegExp(packageDir, 'g'), PACKAGES); 204 …Path.replace(tryModulePkg, `${packageDir}/${ZERO}`).replace(new RegExp(packageDir, 'g'), PACKAGES);
|
D | pre_define.ts | 130 export const PACKAGES: string = 'pkg_modules'; constant
|
D | gen_abc_plugin.ts | 83 PACKAGES 370 …PkgName: string = toUnixPath(path.join(PACKAGES, buildNpmPkgPath)).replace(new RegExp(NODE_MODULES…
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
D | ark_define.ts | 72 export const PACKAGES: string = 'pkg_modules'; constant
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
D | module_mode.ts | 43 PACKAGES, 247 …const pkgEntryPath: string = toUnixPath(path.join(`${PACKAGES}@${hostModuleName}`, hostDependencyN… 637 pkgName = path.join(PACKAGES, pkgPath.replace(projectPkgModulesPath, '')); 644 pkgName = path.join(`${PACKAGES}@${key}`, 651 return pkgName.replace(new RegExp(packageDir, 'g'), PACKAGES);
|
D | module_source_file.ts | 22 PACKAGES 162 …transformedMockTarget = transformedMockTarget.startsWith(PACKAGES) ? `@package:${transformedMockTa… 198 …mockFileOhmUrl = mockFileOhmUrl.startsWith(PACKAGES) ? `@package:${mockFileOhmUrl}` : `@bundle:${m… 399 res = ohmUrl.startsWith(PACKAGES) ? `@package:${ohmUrl}` : `@bundle:${ohmUrl}`;
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ohmUrl/ |
D | ohmUrl.test.ts | 26 import { PACKAGES } from '../../../../lib/pre_define'; 142 const moduleLevelPkgOhmUrlExpected = `${PACKAGES}@${moduleName}/json5/dist/index`; 143 const projectLevelPkgOhmUrlExpected = `${PACKAGES}/json5/dist/index`;
|
/developtools/packing_tool/adapter/ohos/ |
D | ModuleJsonUtil.java | 53 private static final String PACKAGES = "packages"; field in ModuleJsonUtil 603 JSONArray finalPackageObs = finalPackinfoObj.getJSONArray(PACKAGES); in mergePackInfoObj() 604 JSONArray srcPackageObs = srcPackinfoObj.getJSONArray(PACKAGES); in mergePackInfoObj() 700 JSONArray finalPackages = finalPackObj.getJSONArray(PACKAGES); in mergeTwoPackInfoObjByPackagePair() 701 JSONArray srcPackages = srcPackObj.getJSONArray(PACKAGES); in mergeTwoPackInfoObjByPackagePair()
|
D | JsonUtil.java | 60 private static final String PACKAGES = "packages"; field in JsonUtil 214 String packages = getJsonString(jsonObject, PACKAGES); in parsePackInfos()
|