mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-19 00:42:28 -05:00
Disable package.json conditional exports fallback lookups
This commit is contained in:
@@ -2818,6 +2818,7 @@ function getLoadModuleFromTargetExportOrImport(extensions: Extensions, state: Mo
|
||||
}
|
||||
else {
|
||||
traceIfEnabled(state, Diagnostics.Failed_to_resolve_under_condition_0, condition);
|
||||
return { value: undefined };
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user