Searched refs:NODE_MODULES (Results 1 – 7 of 7) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | babel-plugin.ts | 18 NODE_MODULES, 26 exclude: [projectConfig.packageManagerType === OHPM ? OH_MODULES : NODE_MODULES],
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_merged_abc.ts | 28 NODE_MODULES, 76 …ace(toUnixPath(projectConfig.nodeModulesPath), '').replace(new RegExp(NODE_MODULES, 'g'), PACKAGES… 78 …entryFile.substring(0, entryFile.lastIndexOf('.')).replace(new RegExp(NODE_MODULES, 'g'), PACKAGES…
|
| D | pre_define.ts | 126 export const NODE_MODULES: string = 'node_modules'; constant
|
| D | gen_abc_plugin.ts | 53 NODE_MODULES, 371 …= toUnixPath(path.join(PACKAGES, buildNpmPkgPath)).replace(new RegExp(NODE_MODULES, 'g'), PACKAGES… 1029 let nodeModulesPath: string = path.join(arkEntryPath, NODE_MODULES);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | ark_define.ts | 71 export const NODE_MODULES: string = 'node_modules'; constant
|
| D | process_ark_config.ts | 26 NODE_MODULES, 109 …projectConfig.packageDir = buildJsonInfo.packageManagerType === 'ohpm' ? OH_MODULES : NODE_MODULES;
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genAbc-plugin.js | 59 const NODE_MODULES = 'node_modules'; constant 448 let nodeModulesPath = path.join(arkEntryPath, NODE_MODULES);
|