MCPcopy Create free account
hub / github.com/microsoft/typescript-go / bindDeferredExpandoAssignments

Method bindDeferredExpandoAssignments

internal/binder/binder.go:1033–1039  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1031}
1032
1033func (b *Binder) bindDeferredExpandoAssignments() {
1034 for _, info := range b.expandoAssignments {
1035 b.container = info.container
1036 b.blockScopeContainer = info.blockScopeContainer
1037 b.bindDeferredExpandoAssignment(info.node)
1038 }
1039}
1040
1041// If the given module symbol has an export= symbol, promote exports with a type or namespace meaning
1042// from the module symbol onto the export= symbol and, if any such exports exist, mark the export=

Callers 1

bindSourceFileFunction · 0.80

Calls 1

Tested by

no test coverage detected