Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts561 …const systemDETSModulePath: string = path.resolve(__dirname, '../../../api', moduleName + '.d.ets'… constant
570 } else if (ts.sys.fileExists(systemDETSModulePath)) {
571 resolvedModules.push(getResolveModule(systemDETSModulePath, '.d.ets'));