Searched refs:isDETS (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_import.ts | 159 pathCollection: Set<string>, fileResolvePath: string, isDETS: boolean) { 177 addDependencies(node, defaultNameFromParent, asNameFromParent, isDETS, structDecorator); 181 if (isDETS) { 194 addDefaultExport(node, isDETS, structDecorator); 197 if (isDETS) { 207 if (isDETS) { 232 … builderParamInitialization.get(propertiesName), propInitialization.get(propertiesName), isDETS, 235 addDefaultExport(node, isDETS, structDecorator); 269 propInitialization.get(asExportPropertyName), isDETS, structDecorator); 320 defaultCollection, asExportCollection, pathCollection, fileResolvePath, isDETS)); [all …]
|
| D | ets_checker.ts | 783 const isDETS: boolean = resolveModuleInfo.isEts; constant 784 …if (systemModules.includes(moduleName + (isDETS ? '.d.ets' : '.d.ts')) && ts.sys.fileExists(module… 785 resolvedModules.push(getResolveModule(modulePath, isDETS ? '.d.ets' : '.d.ts'));
|