import { LanguageService } from "https://dotland.deno.dev/x/ts_morph@20.0.0/ts_morph.js";
Methods
_getFilePathFromFilePathOrSourceFile(filePathOrSourceFile)
_getFilledSettings(settings)
_getFilledUserPreferences(userPreferences)
_reset()
findReferences(node)
findReferencesAsNodes(node)
findReferencesAtPosition(sourceFile, pos)
findRenameLocations(node, options?)
getCodeFixesAtPosition()
filePathOrSourceFile,
start,
end,
errorCodes,
formatOptions?,
preferences?,
getCombinedCodeFix()
filePathOrSourceFile,
fixId,
formatSettings?,
preferences?,
getDefinitions(node)
getDefinitionsAtPosition(sourceFile, pos)
getEditsForRefactor()
filePathOrSourceFile,
formatSettings,
positionOrRange,
refactorName,
actionName,
preferences?,
getEmitOutput(filePathOrSourceFile, emitOnlyDtsFiles)
getFormattedDocumentText(filePath, formatSettings)
getFormattingEditsForDocument(filePath, formatSettings)
getFormattingEditsForRange()
filePath,
range,
formatSettings,
getIdentationAtPosition()
filePathOrSourceFile,
position,
settings,
getImplementations(node)
getImplementationsAtPosition(sourceFile, pos)
getSuggestionDiagnostics(filePathOrSourceFile)
organizeImports()
filePathOrSourceFile,
formatSettings?,
userPreferences?,