Searched refs:getESModuleInterop (Results 1 – 6 of 6) sorted by relevance
817 if (getESModuleInterop(compilerOptions)) {842 if (getESModuleInterop(compilerOptions)) {873 …if (!getESModuleInterop(compilerOptions) || getEmitFlags(node) & EmitFlags.NeverApplyImportHelper)…883 …if (!getESModuleInterop(compilerOptions) || getEmitFlags(node) & EmitFlags.NeverApplyImportHelper)…1143 !!getESModuleInterop(compilerOptions) &&
542 …let create = (hasExportStarsToExportValues || (getESModuleInterop(compilerOptions) && hasImportSta…
6432 export function getESModuleInterop(compilerOptions: CompilerOptions) { function6448 : getESModuleInterop(compilerOptions) ||
3030 …Name.Default && !!(compilerOptions.allowSyntheticDefaultImports || getESModuleInterop(compilerOpti…3123 …const message = getESModuleInterop(compilerOptions) ? Diagnostics._0_can_only_be_imported_by_using…3129 …const message = getESModuleInterop(compilerOptions) ? Diagnostics._0_can_only_be_imported_by_using…3134 …const message = getESModuleInterop(compilerOptions) ? Diagnostics._0_can_only_be_imported_by_using…4000 if (getESModuleInterop(compilerOptions) || isEsmCjsRef) {7939 …if (verbatimTargetName === InternalSymbolName.ExportEquals && (getESModuleInterop(compilerOptions)…42224 getESModuleInterop(compilerOptions) &&42280 …urceFileOfNode(node).impliedNodeFormat === ModuleKind.CommonJS) && getESModuleInterop(compilerOpti…42379 if (getESModuleInterop(compilerOptions)) {42477 if (getESModuleInterop(compilerOptions) &&
20573 function getESModuleInterop(compilerOptions) { function20584 ts.getESModuleInterop = getESModuleInterop;20589 : getESModuleInterop(compilerOptions) ||30693 …var create = (hasExportStarsToExportValues || (ts.getESModuleInterop(compilerOptions) && hasImport…53252 …efault */ && !!(compilerOptions.allowSyntheticDefaultImports || ts.getESModuleInterop(compilerOpti…53334 …var message = ts.getESModuleInterop(compilerOptions) ? ts.Diagnostics._0_can_only_be_imported_by_u…53340 …var message = ts.getESModuleInterop(compilerOptions) ? ts.Diagnostics._0_can_only_be_imported_by_u…53345 …var message = ts.getESModuleInterop(compilerOptions) ? ts.Diagnostics._0_can_only_be_imported_by_u…54122 if (ts.getESModuleInterop(compilerOptions) || isEsmCjsRef) {57640 …getName === "export=" /* InternalSymbolName.ExportEquals */ && (ts.getESModuleInterop(compilerOpti…[all …]
16341 function getESModuleInterop(compilerOptions) { function16352 ts.getESModuleInterop = getESModuleInterop;16357 : getESModuleInterop(compilerOptions) ||24794 …var create = (hasExportStarsToExportValues || (ts.getESModuleInterop(compilerOptions) && hasImport…43964 …"default" && !!(compilerOptions.allowSyntheticDefaultImports || ts.getESModuleInterop(compilerOpti…44044 …var message = ts.getESModuleInterop(compilerOptions) ? ts.Diagnostics._0_can_only_be_imported_by_u…44050 …var message = ts.getESModuleInterop(compilerOptions) ? ts.Diagnostics._0_can_only_be_imported_by_u…44055 …var message = ts.getESModuleInterop(compilerOptions) ? ts.Diagnostics._0_can_only_be_imported_by_u…44718 if (ts.getESModuleInterop(compilerOptions) || isEsmCjsRef) {47830 …if (verbatimTargetName === "export=" && (ts.getESModuleInterop(compilerOptions) || compilerOptions…[all …]