Skip to content

Commit 8a0bacd

Browse files
committed
note
1 parent a764eee commit 8a0bacd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/checker/nodebuilder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func (b *NodeBuilder) enterContext(enclosingDeclaration *ast.Node, flags nodebui
3232
enclosingSymbolTypes: make(map[ast.SymbolId]*Type),
3333
remappedSymbolReferences: make(map[ast.SymbolId]*ast.Symbol),
3434
}
35+
// TODO: always provide this; see https://github.com/microsoft/typescript-go/pull/1588#pullrequestreview-3125218673
3536
var moduleResolverHost Host
3637
if tracker != nil {
3738
moduleResolverHost = tracker.GetModuleSpecifierGenerationHost()

0 commit comments

Comments
 (0)