We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79deafd commit 78adb94Copy full SHA for 78adb94
internal/modulespecifiers/preferences.go
@@ -182,7 +182,7 @@ func getModuleSpecifierPreferences(
182
getAllowedEndingsInPreferredOrder := func(syntaxImpliedNodeFormat core.ResolutionMode) []ModuleSpecifierEnding {
183
preferredEnding := filePreferredEnding
184
// !!! TODO: resolution mode support
185
- //impliedNodeFormat := getDefaultResolutionModeForFile(importingSourceFile, host, compilerOptions);
+ // impliedNodeFormat := getDefaultResolutionModeForFile(importingSourceFile, host, compilerOptions);
186
// if impliedNodeFormat != syntaxImpliedNodeFormat {
187
// preferredEnding = getPreferredEnding(
188
// prefs,
0 commit comments