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

Method FormatOptions

internal/ls/languageservice.go:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (l *LanguageService) FormatOptions() lsutil.FormatCodeSettings {
53 return l.activeConfig.FormatCodeSettings
54}
55
56func (l *LanguageService) tryGetProgramAndFile(fileName string) (*compiler.Program, *ast.SourceFile) {
57 program := l.GetProgram()

Calls

no outgoing calls

Tested by

no test coverage detected