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 a764eee commit 8a0bacdCopy full SHA for 8a0bacd
internal/checker/nodebuilder.go
@@ -32,6 +32,7 @@ func (b *NodeBuilder) enterContext(enclosingDeclaration *ast.Node, flags nodebui
32
enclosingSymbolTypes: make(map[ast.SymbolId]*Type),
33
remappedSymbolReferences: make(map[ast.SymbolId]*ast.Symbol),
34
}
35
+ // TODO: always provide this; see https://github.com/microsoft/typescript-go/pull/1588#pullrequestreview-3125218673
36
var moduleResolverHost Host
37
if tracker != nil {
38
moduleResolverHost = tracker.GetModuleSpecifierGenerationHost()
0 commit comments