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

Method IsResolved

internal/module/types.go:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76func (r *ResolvedModule) IsResolved() bool {
77 return r != nil && r.ResolvedFileName != ""
78}
79
80type ResolvedTypeReferenceDirective struct {
81 ResolutionDiagnostics []*ast.Diagnostic

Calls

no outgoing calls