Home
last modified time | relevance | path

Searched defs:pkgPath (Results 1 – 6 of 6) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dmodule_info.ts30 pkgPath: string; property in Meta
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts214 pkgPath: metaInfo.pkgPath, constant
353 const pkgPath: string = metaInfo.pkgPath; constant
461 pkgPath: metaInfo.pkgPath, constant
Dmodule_source_file.ts438 pkgPath: moduleInfo.meta.pkgPath, constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/
Dmodule_mode_mock.ts121 pkgPath: metaInfo.pkgPath, constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dgenerate_sourcemap.ts113 const pkgPath = metaInfo['pkgPath']; constant
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts85 const { pkgName, pkgPath, isRecordName } = pkgParams; constant