Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/transform_ut/helpers/
Dmodule.ts22 pkgPath: string; property in Meta
/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.ts244 pkgPath: metaInfo.pkgPath, constant
394 const pkgPath: string = metaInfo.pkgPath; constant
502 pkgPath: metaInfo.pkgPath, constant
Dmodule_source_file.ts498 pkgPath: moduleInfo.meta.pkgPath, constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/
Dmodule_mode_mock.ts131 pkgPath: metaInfo.pkgPath, constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dgenerate_sourcemap.ts132 const pkgPath = metaInfo['pkgPath']; constant
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts110 const { pkgName, pkgPath, isRecordName } = pkgParams; constant