Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/typescript-go
/ Text
Method
Text
internal/ast/ast.go:2975–2975 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2973
2974
type
SourceFileLike
interface
{
2975
Text() string
2976
ECMALineMap() []core.TextPos
2977
}
2978
Callers
15
getLiteralTextOfNode
Method · 0.65
getTextOfNode
Method · 0.65
writeCommentRange
Method · 0.65
shouldWriteComment
Method · 0.65
hasCommentsAtPosition
Method · 0.65
willEmitLeadingNewLine
Method · 0.65
emitShebangIfNeeded
Method · 0.65
Write
Method · 0.65
emitCommentsBeforeToken
Method · 0.65
emitLeadingComments
Method · 0.65
emitTrailingComments
Method · 0.65
emitTrailingCommentsOfPosition
Method · 0.65
Implementers
2
SourceFile
internal/ast/ast.go
fourslashDiagnosticFile
internal/fourslash/fourslash.go
Calls
no outgoing calls
Tested by
5
TestUntitledFileInInferredProject
Function · 0.52
TestSession
Function · 0.52
TestATA
Function · 0.52
TestDecodeSourceFile_Basic
Function · 0.52
writeRangeDiff
Function · 0.52