Searched refs:nodeModulesPath (Results 1 – 8 of 8) sorted by relevance
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | process_ark_config.test.ts | 132 expect(arkConfig.nodeModulesPath === buildJsonInfo.nodeModulesPath).to.be.true; 167 expect(arkConfig.nodeModulesPath === buildJsonInfo.nodeModulesPath).to.be.true; 183 expect(arkConfig.nodeModulesPath === buildJsonInfo.nodeModulesPath).to.be.true; 199 expect(arkConfig.nodeModulesPath === buildJsonInfo.nodeModulesPath).to.be.true;
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
| D | project_config.ts | 45 nodeModulesPath?: object, property
|
| D | rollup_plugin_mock.ts | 116 nodeModulesPath: `${projectRootDir}/${entryName}/${mode}/${NODE_MODULES_PATH}`,
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | process_ark_config.ts | 107 arkProjectConfig.nodeModulesPath = buildJsonInfo.nodeModulesPath;
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genAbc-plugin.js | 448 let nodeModulesPath = path.join(arkEntryPath, NODE_MODULES); 449 validateFilePathLength(nodeModulesPath); 450 if (!(fs.existsSync(nodeModulesPath) && fs.statSync(nodeModulesPath).isDirectory())) {
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_abc_plugin.ts | 209 removeDir(projectConfig.nodeModulesPath); 370 const buildNpmPkgPath: string = npmPkgPath.replace(toUnixPath(projectConfig.nodeModulesPath), ''); 1029 let nodeModulesPath: string = path.join(arkEntryPath, NODE_MODULES); 1030 validateFilePathLength(nodeModulesPath, logger); 1031 if (!(fs.existsSync(nodeModulesPath) && fs.statSync(nodeModulesPath).isDirectory())) {
|
| D | gen_merged_abc.ts | 76 …value.buildPath.replace(toUnixPath(projectConfig.nodeModulesPath), '').replace(new RegExp(NODE_MOD…
|
| D | ark_utils.ts | 551 output = path.join(projectConfig.nodeModulesPath, ZERO, sufStr); 553 output = filePath.replace(fakePkgModulesPath, path.join(projectConfig.nodeModulesPath, ONE));
|