Home
last modified time | relevance | path

Searched refs:nodeModulesPath (Results 1 – 14 of 14) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dprocess_ark_config.test.ts163 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/
Dprocess_ark_config.ts136 arkProjectConfig.nodeModulesPath = buildJsonInfo.nodeModulesPath;
/developtools/ace_ets2bundle/compiler/test/transform_ut/helpers/
DprojectConfig.ts111 nodeModulesPath?: object;
539 nodeModulesPath?: object, property
DmockRollupContext.ts167 nodeModulesPath: `${projectRootDir}/${entryName}/${mode}/${NODE_MODULES_PATH}`,
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts136 arkProjectConfig.nodeModulesPath = buildJsonInfo.nodeModulesPath;
/developtools/ace_js2bundle/ace-loader/src/
DgenAbc-plugin.js449 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/
Dproject_config.ts54 nodeModulesPath?: object, property
Drollup_plugin_mock.ts148 nodeModulesPath: `${projectRootDir}/${entryName}/${mode}/${NODE_MODULES_PATH}`,
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts208 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())) {
Dgen_merged_abc.ts76 …value.buildPath.replace(toUnixPath(projectConfig.nodeModulesPath), '').replace(new RegExp(NODE_MOD…
Dark_utils.ts901 output = path.join(projectConfig.nodeModulesPath, ZERO, sufStr);
903 output = filePath.replace(fakePkgModulesPath, path.join(projectConfig.nodeModulesPath, ONE));
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dgen_abc_plugin.ts208 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())) {
Dgen_merged_abc.ts76 …value.buildPath.replace(toUnixPath(projectConfig.nodeModulesPath), '').replace(new RegExp(NODE_MOD…
Dark_utils.ts925 output = path.join(projectConfig.nodeModulesPath, ZERO, sufStr);
927 output = filePath.replace(fakePkgModulesPath, path.join(projectConfig.nodeModulesPath, ONE));