Home
last modified time | relevance | path

Searched refs:NODE_MODULES (Results 1 – 7 of 7) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dbabel-plugin.ts18 NODE_MODULES,
26 exclude: [projectConfig.packageManagerType === OHPM ? OH_MODULES : NODE_MODULES],
/developtools/ace_ets2bundle/compiler/src/
Dgen_merged_abc.ts28 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…
Dpre_define.ts126 export const NODE_MODULES: string = 'node_modules'; constant
Dgen_abc_plugin.ts53 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/
Dark_define.ts71 export const NODE_MODULES: string = 'node_modules'; constant
Dprocess_ark_config.ts26 NODE_MODULES,
109 …projectConfig.packageDir = buildJsonInfo.packageManagerType === 'ohpm' ? OH_MODULES : NODE_MODULES;
/developtools/ace_js2bundle/ace-loader/src/
DgenAbc-plugin.js59 const NODE_MODULES = 'node_modules'; constant
448 let nodeModulesPath = path.join(arkEntryPath, NODE_MODULES);