MCPcopy Index your code
hub / github.com/microsoft/typescript-go / GetSourceFiles

Method GetSourceFiles

internal/compiler/program.go:1718–1718  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1716 Options() *core.CompilerOptions
1717 GetSourceFile(path string) *ast.SourceFile
1718 GetSourceFiles() []*ast.SourceFile
1719 GetConfigFileParsingDiagnostics() []*ast.Diagnostic
1720 GetSyntacticDiagnostics(ctx context.Context, file *ast.SourceFile) []*ast.Diagnostic
1721 GetBindDiagnostics(ctx context.Context, file *ast.SourceFile) []*ast.Diagnostic

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected