Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/typescript-go
/ ParseOptions
Method
ParseOptions
internal/ast/ast.go:2560–2562 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2558
}
2559
2560
func
(node *SourceFile) ParseOptions() SourceFileParseOptions {
2561
return
node.parseOptions
2562
}
2563
2564
func
(node *SourceFile) Text() string {
2565
return
node.text
Callers
11
CreateProgram
Method · 0.95
getDocCommentTemplateAtPosition
Function · 0.80
createSyntheticFile
Method · 0.80
getProcessedFiles
Method · 0.80
UpdateProgram
Method · 0.80
canReplaceFileInProgram
Function · 0.80
dispose
Method · 0.80
TestRefCountingCaches
Function · 0.80
reparseTopLevelAwait
Method · 0.80
parseJSDocForNode
Function · 0.80
encodeTree
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestRefCountingCaches
Function · 0.64