MCPcopy 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
2560func (node *SourceFile) ParseOptions() SourceFileParseOptions {
2561 return node.parseOptions
2562}
2563
2564func (node *SourceFile) Text() string {
2565 return node.text

Callers 11

CreateProgramMethod · 0.95
createSyntheticFileMethod · 0.80
getProcessedFilesMethod · 0.80
UpdateProgramMethod · 0.80
canReplaceFileInProgramFunction · 0.80
disposeMethod · 0.80
TestRefCountingCachesFunction · 0.80
reparseTopLevelAwaitMethod · 0.80
parseJSDocForNodeFunction · 0.80
encodeTreeFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestRefCountingCachesFunction · 0.64