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

Struct scriptInfo

internal/fourslash/fourslash.go:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73type scriptInfo struct {
74 fileName string
75 content string
76 lineMap *lsconv.LSPLineMap
77 version int32
78}
79
80type textEditSpan struct {
81 start int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected