Home
last modified time | relevance | path

Searched refs:apiPath (Results 1 – 4 of 4) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dob_config_resolver.ts408 for (let apiPath of sdkApis) {
409 this.getSdkApiCache(apiPath);
410 const UIPath: string = path.join(apiPath,'../build-tools/ets-loader/lib/pre_define.js');
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Drollup-plugin-system-api.ts108 apiPath: string; property
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts530 let modulePath: string = path.resolve(sdkConfig.apiPath, moduleName + '.d.ts');
533 modulePath = path.resolve(sdkConfig.apiPath, moduleName + '.d.ets');
Dprocess_import.ts621 const systemModule: string = path.resolve(sdkConfigs[i].apiPath, filePath + '.d.ets');