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

Method GetProgram

internal/ls/crossproject.go:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17type Project interface {
18 Id() tspath.Path
19 GetProgram() *compiler.Program
20 HasFile(fileName string) bool
21}
22

Implementers 1

Projectinternal/project/project.go

Calls

no outgoing calls