Home
last modified time | relevance | path

Searched defs:isPackageModules (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dgenerate_sourcemap.ts235 const isPackageModules = isPackageModulesFile(moduleId, this.projectConfig); constant
249 const isPackageModules = isPackageModulesFile(moduleId, this.projectConfig); constant
Dutils.ts126 const isPackageModules = isPackageModulesFile(filePath, projectConfig); constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts437 const isPackageModules = isPackageModulesFile(originalFilePath, this.projectConfig); constant