Searched refs:nodeModulesPath (Results 1 – 14 of 14) sorted by relevance
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | process_ark_config.test.ts | 163 expect(arkConfig.nodeModulesPath === buildJsonInfo.nodeModulesPath).to.be.true; 198 expect(arkConfig.nodeModulesPath === buildJsonInfo.nodeModulesPath).to.be.true; 214 expect(arkConfig.nodeModulesPath === buildJsonInfo.nodeModulesPath).to.be.true; 230 expect(arkConfig.nodeModulesPath === buildJsonInfo.nodeModulesPath).to.be.true;
|
| /developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/common/ |
| D | process_ark_config.ts | 136 arkProjectConfig.nodeModulesPath = buildJsonInfo.nodeModulesPath;
|
| /developtools/ace_ets2bundle/compiler/test/transform_ut/helpers/ |
| D | projectConfig.ts | 111 nodeModulesPath?: object; 539 nodeModulesPath?: object, property
|
| D | mockRollupContext.ts | 167 nodeModulesPath: `${projectRootDir}/${entryName}/${mode}/${NODE_MODULES_PATH}`,
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | process_ark_config.ts | 136 arkProjectConfig.nodeModulesPath = buildJsonInfo.nodeModulesPath;
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genAbc-plugin.js | 449 let nodeModulesPath = path.join(arkEntryPath, NODE_MODULES); 450 validateFilePathLength(nodeModulesPath); 451 if (!(fs.existsSync(nodeModulesPath) && fs.statSync(nodeModulesPath).isDirectory())) {
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
| D | project_config.ts | 54 nodeModulesPath?: object, property
|
| D | rollup_plugin_mock.ts | 148 nodeModulesPath: `${projectRootDir}/${entryName}/${mode}/${NODE_MODULES_PATH}`,
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_abc_plugin.ts | 208 removeDir(projectConfig.nodeModulesPath); 371 const buildNpmPkgPath: string = npmPkgPath.replace(toUnixPath(projectConfig.nodeModulesPath), ''); 1034 let nodeModulesPath: string = path.join(arkEntryPath, NODE_MODULES); 1035 validateFilePathLength(nodeModulesPath, logger); 1036 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 | 901 output = path.join(projectConfig.nodeModulesPath, ZERO, sufStr); 903 output = filePath.replace(fakePkgModulesPath, path.join(projectConfig.nodeModulesPath, ONE));
|
| /developtools/ace_ets2bundle/compiler/src/interop/src/ |
| D | gen_abc_plugin.ts | 208 removeDir(projectConfig.nodeModulesPath); 371 const buildNpmPkgPath: string = npmPkgPath.replace(toUnixPath(projectConfig.nodeModulesPath), ''); 1034 let nodeModulesPath: string = path.join(arkEntryPath, NODE_MODULES); 1035 validateFilePathLength(nodeModulesPath, logger); 1036 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 | 925 output = path.join(projectConfig.nodeModulesPath, ZERO, sufStr); 927 output = filePath.replace(fakePkgModulesPath, path.join(projectConfig.nodeModulesPath, ONE));
|