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

Method Text

internal/sourcemap/source.go:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5type Source interface {
6 Text() string
7 FileName() string
8 ECMALineMap() []core.TextPos
9}

Implementers 2

SourceFileinternal/ast/ast.go
fourslashDiagnosticFileinternal/fourslash/fourslash.go

Calls

no outgoing calls

Tested by

no test coverage detected