Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts1189 …const systemDETSModulePath: string = path.resolve(__dirname, '../../../api', moduleName + '.d.ets'… constant
1200 } else if (ts.sys.fileExists(systemDETSModulePath)) {
1201 resolvedModules.push(getResolveModule(systemDETSModulePath, '.d.ets'));
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dets_checker.ts1229 …const systemDETSModulePath: string = path.resolve(__dirname, '../../../api', moduleName + '.d.ets'… constant
1242 } else if (ts.sys.fileExists(systemDETSModulePath)) {
1243 resolvedModules.push(getResolveModule(systemDETSModulePath, '.d.ets'));