Searched refs:systemDETSModulePath (Results 1 – 2 of 2) sorted by relevance
1189 …const systemDETSModulePath: string = path.resolve(__dirname, '../../../api', moduleName + '.d.ets'… constant1200 } else if (ts.sys.fileExists(systemDETSModulePath)) {1201 resolvedModules.push(getResolveModule(systemDETSModulePath, '.d.ets'));
1229 …const systemDETSModulePath: string = path.resolve(__dirname, '../../../api', moduleName + '.d.ets'… constant1242 } else if (ts.sys.fileExists(systemDETSModulePath)) {1243 resolvedModules.push(getResolveModule(systemDETSModulePath, '.d.ets'));