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

Method GetBindDiagnostics

internal/compiler/program.go:1721–1721  ·  view source on GitHub ↗
(ctx context.Context, file *ast.SourceFile)

Source from the content-addressed store, hash-verified

1719 GetConfigFileParsingDiagnostics() []*ast.Diagnostic
1720 GetSyntacticDiagnostics(ctx context.Context, file *ast.SourceFile) []*ast.Diagnostic
1721 GetBindDiagnostics(ctx context.Context, file *ast.SourceFile) []*ast.Diagnostic
1722 GetProgramDiagnostics() []*ast.Diagnostic
1723 GetGlobalDiagnostics(ctx context.Context) []*ast.Diagnostic
1724 GetSemanticDiagnostics(ctx context.Context, file *ast.SourceFile) []*ast.Diagnostic

Callers 3

EmitFilesAndReportErrorsFunction · 0.65
GetBindDiagnosticsMethod · 0.65

Implementers 2

Programinternal/compiler/program.go
Programinternal/execute/incremental/program.g

Calls

no outgoing calls

Tested by

no test coverage detected