Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/module/
Dmodule.ts817 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) &&
/third_party/typescript/src/compiler/factory/
Dutilities.ts542 …let create = (hasExportStarsToExportValues || (getESModuleInterop(compilerOptions) && hasImportSta…
/third_party/typescript/src/compiler/
Dutilities.ts6432 export function getESModuleInterop(compilerOptions: CompilerOptions) { function
6448 : getESModuleInterop(compilerOptions) ||
Dchecker.ts3030 …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) &&
/third_party/typescript/lib/
DtypingsInstaller.js20573 function getESModuleInterop(compilerOptions) { function
20584 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 …]
Dtsc.js16341 function getESModuleInterop(compilerOptions) { function
16352 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 …]