SYMBOL INDEX (30 symbols across 9 files) FILE: src/adapter.ts type ESLintAdapterOptions (line 17) | type ESLintAdapterOptions = { class Adapter (line 23) | class Adapter { method constructor (line 30) | public constructor({ logger, getSourceFile }: ESLintAdapterOptions) { method getSemanticDiagnostics (line 36) | public getSemanticDiagnostics( method getCompletionsAtPosition (line 57) | public getCompletionsAtPosition( method getQuickInfoAtPosition (line 126) | public getQuickInfoAtPosition( method getCompletionEntryDetails (line 139) | public getCompletionEntryDetails( method getSignatureHelpItems (line 163) | public getSignatureHelpItems( method transformErrorsToDiagnostics (line 181) | private transformErrorsToDiagnostics( FILE: src/consts.ts constant TS_LANGSERVICE_EXPECT_DIAGNOSTIC_ERROR_CODE (line 1) | const TS_LANGSERVICE_EXPECT_DIAGNOSTIC_ERROR_CODE = 50555; constant EXPECT_KEYWORDS (line 2) | const EXPECT_KEYWORDS = [ FILE: src/get-expect-tag.ts function isJSDocExpectTag (line 3) | function isJSDocExpectTag(tag: ts.JSDocTag): tag is ts.JSDocTag { function getJSDocExpectTags (line 7) | function getJSDocExpectTags(node: ts.Node): readonly ts.JSDocTag[] { FILE: src/get-temporary-file.ts function getTemporaryFile (line 7) | function getTemporaryFile(node: ts.FunctionDeclaration) { FILE: src/language-service-proxy-builder.ts type LanguageServiceMethodWrapper (line 3) | type LanguageServiceMethodWrapper = ( class LanguageServiceProxyBuilder (line 8) | class LanguageServiceProxyBuilder { method constructor (line 12) | public constructor(info: ts.server.PluginCreateInfo) { method wrap (line 16) | public wrap< method build (line 24) | public build(): ts.LanguageService { FILE: src/message-bag.ts type Message (line 1) | type Message = { class MessageBag (line 7) | class MessageBag { method clear (line 10) | clear() { method add (line 14) | add(message: Message) { FILE: src/parse-comment.ts function parseComment (line 5) | function parseComment(comment: string) { FILE: src/plugin-module-factory.ts method getSourceFile (line 19) | getSourceFile(fileName: string) { type FactoryProps (line 43) | type FactoryProps = { FILE: src/visit.ts function hasNamedExport (line 48) | function hasNamedExport( function isDefaultExport (line 57) | function isDefaultExport( function hasExportModifier (line 64) | function hasExportModifier(node: ts.FunctionDeclaration) { function executeTest (line 70) | function executeTest(