SYMBOL INDEX (64 symbols across 14 files) FILE: decls/atom.js class atom$Model (line 66) | class atom$Model { method startCursorBlinking (line 1127) | startCursorBlinking: () => void, method pixelPositionForBufferPosition (line 1184) | pixelPositionForBufferPosition( FILE: lib/coverage-view.js class CoverageView (line 5) | class CoverageView extends HTMLElement { method initialize (line 8) | initialize(): void { method update (line 16) | update(json: CoverageObject): void { method reset (line 34) | reset() { method destroy (line 42) | destroy(): void { FILE: lib/helpers.js function getExecutablePathSync (line 23) | function getExecutablePathSync(fileDirectory: string): string { FILE: lib/index.js constant INIT_MESSAGE (line 22) | const INIT_MESSAGE = 'flow server' constant RECHECKING_MESSAGE (line 23) | const RECHECKING_MESSAGE = 'flow is' method if (line 81) | if (this.coverageView) { method callback (line 441) | callback() { FILE: lib/language-client.js method getGrammarScopes (line 11) | getGrammarScopes() { return Helpers.grammarScopes } method getLanguageName (line 12) | getLanguageName() { return 'Flowtype' } method getServerName (line 13) | getServerName() { return 'flow' } method startServerProcess (line 15) | async startServerProcess(projectPath: string) { FILE: lib/linter/v1/index.js function locationToRange (line 10) | function locationToRange({ start, end }: Location): Range { function toLinterLocation (line 16) | function toLinterLocation(loc: Location) { function toLinterReference (line 23) | function toLinterReference(messages: StatusMessage[]) { function toLinterMessages (line 36) | function toLinterMessages(contents: string): Message[] { FILE: lib/linter/v1/pretty.js function fileUrl (line 14) | function fileUrl({ source, start }: Location): string { function linterLink (line 26) | function linterLink(loc: Location, text: string) { function fileLink (line 29) | function fileLink(loc: Location): string { function lineLink (line 32) | function lineLink(loc: Location): string { function mainMessageOfError (line 36) | function mainMessageOfError(error: StatusError): StatusMessage { function getExtraMessages (line 44) | function getExtraMessages(extra: ?StatusExtra[]): StatusMessage[] { function getTraceReasons (line 59) | function getTraceReasons(trace: ?StatusMessage[]): StatusMessage[] { function mkComment (line 66) | function mkComment(descr: string): StatusMessage { function getOpReason (line 70) | function getOpReason(op: ?StatusMessage): StatusMessage[] { function getHeader (line 80) | function getHeader(mainLoc: ?Location, kind: string, level: string): Sta... function prettyPrintMessage (line 108) | function prettyPrintMessage(mainFile: string, { context, descr, loc, ind... function mergedMessagesOfError (line 157) | function mergedMessagesOfError(error: StatusError): StatusMessage[] { function prettyPrintError (line 180) | function prettyPrintError(error: StatusError): string { FILE: lib/linter/v2/index.js function locationToRange (line 8) | function locationToRange({ start, end }: Location): Range { function locactionToLinterLocation (line 15) | function locactionToLinterLocation(loc: Location) { function plainText (line 22) | function plainText(messages: InlineMarkup[], references: ReferenceLocs):... function fileUrl (line 45) | function fileUrl(loc: Location, path: string): string { function markup (line 63) | function markup(messages: MessageMarkup, references: ReferenceLocs, path... function toLinterMessages (line 95) | function toLinterMessages(json: string, path: string): Message[] { FILE: lib/main.js method onDidClick (line 9) | onDidClick () { return atom.restartApplication() } FILE: lib/outline/index.js function toOutline (line 7) | function toOutline(result: string, options: OutlineOptions): Outline { FILE: lib/outline/parse.js function itemToTree (line 13) | function exportDeclaration( method if (line 319) | if (fn == null) { method if (line 322) | if ( method switch (line 374) | switch (expressionStatement.expression.type) { method if (line 390) | if ( method if (line 430) | if (item == null) { method let (line 445) | let representativeName method if (line 455) | if (options.showKeywords.class) { FILE: lib/outline/text.js function buildToken (line 5) | function buildToken(kind: TokenKind, value: string): TextToken { function keyword (line 9) | function keyword(value: string): TextToken { function className (line 13) | function className(value: string): TextToken { function constructor (line 17) | function constructor(value: string): TextToken { function method (line 21) | function method(value: string): TextToken { function param (line 25) | function param(value: string): TextToken { function string (line 29) | function string(value: string): TextToken { function whitespace (line 33) | function whitespace(value: string): TextToken { function plain (line 37) | function plain(value: string): TextToken { function type (line 41) | function type(value: string): TextToken { FILE: spec/linter/v2/index-spec.js function fileUrl (line 7) | function fileUrl(file, row, column) { FILE: spec/outline/parse-spec.js function buildOptions (line 14) | function buildOptions(exported, args) { function toOutlineText (line 30) | function toOutlineText(item, prefix) { function toOutlineTexts (line 44) | function toOutlineTexts(tree, prefix = '') {