Skip to content

Instantly share code, notes, and snippets.

@nhnb
Created July 11, 2019 09:22
Show Gist options
  • Save nhnb/58711708847f93f5997b56c5026c7023 to your computer and use it in GitHub Desktop.
Save nhnb/58711708847f93f5997b56c5026c7023 to your computer and use it in GitHub Desktop.
-----------------------------------
TypeScript request#semanticDiagnosticsSync:
{"command":"semanticDiagnosticsSync","arguments":{"includeLinePosition":false,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":12,"type":"request"}
TypeScript response#semanticDiagnosticsSync with 6ms:
{"seq":0,"type":"response","command":"semanticDiagnosticsSync","request_seq":12,"success":true,"body":[{"start":{"line":8,"offset":3},"end":{"line":8,"offset":3},"text":"file should end with a newline (eofline)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":2},"end":{"line":8,"offset":3},"text":"trailing whitespace (no-trailing-whitespace)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":3},"end":{"line":8,"offset":3},"text":"file should end with a newline (eofline)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":2},"end":{"line":8,"offset":3},"text":"trailing whitespace (no-trailing-whitespace)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":3},"end":{"line":8,"offset":3},"text":"file should end with a newline (eofline)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":2},"end":{"line":8,"offset":3},"text":"trailing whitespace (no-trailing-whitespace)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":3},"end":{"line":8,"offset":3},"text":"file should end with a newline (eofline)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":2},"end":{"line":8,"offset":3},"text":"trailing whitespace (no-trailing-whitespace)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":3},"end":{"line":8,"offset":3},"text":"file should end with a newline (eofline)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":2},"end":{"line":8,"offset":3},"text":"trailing whitespace (no-trailing-whitespace)","code":2515,"category":"error","source":"tslint"}]}
-----------------------------------
-----------------------------------
TypeScript request#syntacticDiagnosticsSync:
{"command":"syntacticDiagnosticsSync","arguments":{"includeLinePosition":false,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":13,"type":"request"}
TypeScript response#syntacticDiagnosticsSync with 0ms:
-----------------------------------
{"seq":0,"type":"response","command":"syntacticDiagnosticsSync","request_seq":13,"success":true,"body":[]}
-----------------------------------
TypeScript request#change:
{"command":"change","arguments":{"insertString":" ","endLine":8,"endOffset":3,"line":8,"offset":3,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":14,"type":"request"}
-----------------------------------
TypeScript request#occurrences:
{"command":"occurrences","arguments":{"line":8,"offset":4,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":15,"type":"request"}
{"seq":0,"type":"response","command":"occurrences","request_seq":15,"success":false,"message":"No content available."}
TypeScript response#occurrences with 63ms:
-----------------------------------
-----------------------------------
{"command":"navtree","arguments":{"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":16,"type":"request"}
TypeScript request#navtree:
TypeScript response#navtree with 3ms:
{"seq":0,"type":"response","command":"navtree","request_seq":16,"success":true,"body":{"text":"\"app.component\"","kind":"module","kindModifiers":"","spans":[{"start":{"line":1,"offset":1},"end":{"line":8,"offset":4}}],"childItems":[{"text":"AppComponent","kind":"class","kindModifiers":"export","spans":[{"start":{"line":3,"offset":1},"end":{"line":8,"offset":2}}]},{"text":"Component","kind":"alias","kindModifiers":"","spans":[{"start":{"line":1,"offset":10},"end":{"line":1,"offset":19}}]}]}}
-----------------------------------
-----------------------------------
TypeScript request#semanticDiagnosticsSync:
{"command":"semanticDiagnosticsSync","arguments":{"includeLinePosition":false,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":17,"type":"request"}
TypeScript response#semanticDiagnosticsSync with 32ms:
{"seq":0,"type":"response","command":"semanticDiagnosticsSync","request_seq":17,"success":true,"body":[{"start":{"line":8,"offset":4},"end":{"line":8,"offset":4},"text":"file should end with a newline (eofline)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":2},"end":{"line":8,"offset":4},"text":"trailing whitespace (no-trailing-whitespace)","code":2515,"category":"error","source":"tslint"}]}
-----------------------------------
-----------------------------------
TypeScript request#syntacticDiagnosticsSync:
{"command":"syntacticDiagnosticsSync","arguments":{"includeLinePosition":false,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":18,"type":"request"}
TypeScript response#syntacticDiagnosticsSync with 1ms:
{"seq":0,"type":"response","command":"syntacticDiagnosticsSync","request_seq":18,"success":true,"body":[]}
-----------------------------------
-----------------------------------
TypeScript request#configure:
{"command":"configure","arguments":{"file":"/home/me/workspace/frontend/src/app/app.component.ts","formatOptions":{"insertSpaceAfterCommaDelimiter":true,"insertSpaceAfterSemicolonInForStatements":true,"insertSpaceBeforeAndAfterBinaryOperators":true,"insertSpaceAfterKeywordsInControlFlowStatements":true,"insertSpaceAfterFunctionKeywordForAnonymousFunctions":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis":true,"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets":false,"placeOpenBraceOnNewLineForFunctions":false,"placeOpenBraceOnNewLineForControlBlocks":false,"indentSize":4,"tabSize":4,"convertTabsToSpaces":true}},"seq":19,"type":"request"}
-----------------------------------
TypeScript request#format:
{"command":"format","arguments":{"endLine":8,"endOffset":4,"line":1,"offset":1,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":20,"type":"request"}
TypeScript response#format with 6ms:
{"seq":0,"type":"response","command":"format","request_seq":20,"success":true,"body":[]}
-----------------------------------
-----------------------------------
TypeScript request#compileOnSaveAffectedFileList:
{"command":"compileOnSaveAffectedFileList","arguments":{"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":21,"type":"request"}
TypeScript response#compileOnSaveAffectedFileList with 128ms:
{"seq":0,"type":"response","command":"compileOnSaveAffectedFileList","request_seq":21,"success":true,"body":[{"projectFileName":"/home/me/workspace/frontend/tsconfig.json","fileNames":["/home/me/workspace/frontend/src/app/app.component.ts","/home/me/workspace/frontend/src/app/index.ts","/home/me/workspace/frontend/src/main.ts","/home/me/workspace/frontend/src/app/app.module.ts","/home/me/workspace/frontend/src/app/app.component.spec.ts"],"projectUsesOutFile":false}]}
-----------------------------------
-----------------------------------
TypeScript request#compileOnSaveEmitFile:
{"command":"compileOnSaveEmitFile","arguments":{"forced":true,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":22,"type":"request"}
TypeScript response#compileOnSaveEmitFile with 9ms:
{"seq":0,"type":"response","command":"compileOnSaveEmitFile","request_seq":22,"success":true,"body":true}
-----------------------------------
-----------------------------------
TypeScript request#syntacticDiagnosticsSync:
{"command":"syntacticDiagnosticsSync","arguments":{"includeLinePosition":true,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":23,"type":"request"}
TypeScript response#syntacticDiagnosticsSync with 7ms:
{"seq":0,"type":"response","command":"syntacticDiagnosticsSync","request_seq":23,"success":true,"body":[]}
-----------------------------------
-----------------------------------
TypeScript request#semanticDiagnosticsSync:
{"command":"semanticDiagnosticsSync","arguments":{"includeLinePosition":true,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":24,"type":"request"}
TypeScript response#semanticDiagnosticsSync with 11ms:
-----------------------------------
{"seq":0,"type":"response","command":"semanticDiagnosticsSync","request_seq":24,"success":true,"body":[{"message":"file should end with a newline (eofline)","start":159,"length":0,"category":"error","code":2515,"source":"tslint","startLocation":{"line":8,"offset":4},"endLocation":{"line":8,"offset":4}},{"message":"trailing whitespace (no-trailing-whitespace)","start":157,"length":2,"category":"error","code":2515,"source":"tslint","startLocation":{"line":8,"offset":2},"endLocation":{"line":8,"offset":4}},{"message":"file should end with a newline (eofline)","start":159,"length":0,"category":"error","code":2515,"source":"tslint","startLocation":{"line":8,"offset":4},"endLocation":{"line":8,"offset":4}},{"message":"trailing whitespace (no-trailing-whitespace)","start":157,"length":2,"category":"error","code":2515,"source":"tslint","startLocation":{"line":8,"offset":2},"endLocation":{"line":8,"offset":4}}]}
-----------------------------------
TypeScript request#compileOnSaveEmitFile:
{"command":"compileOnSaveEmitFile","arguments":{"forced":true,"file":"/home/me/workspace/frontend/src/app/index.ts"},"seq":25,"type":"request"}
TypeScript response#compileOnSaveEmitFile with 3ms:
{"seq":0,"type":"response","command":"compileOnSaveEmitFile","request_seq":25,"success":true,"body":true}
-----------------------------------
-----------------------------------
TypeScript request#syntacticDiagnosticsSync:
{"command":"syntacticDiagnosticsSync","arguments":{"includeLinePosition":true,"file":"/home/me/workspace/frontend/src/app/index.ts"},"seq":26,"type":"request"}
TypeScript response#syntacticDiagnosticsSync with 8ms:
{"seq":0,"type":"response","command":"syntacticDiagnosticsSync","request_seq":26,"success":true,"body":[]}
-----------------------------------
-----------------------------------
TypeScript request#semanticDiagnosticsSync:
{"command":"semanticDiagnosticsSync","arguments":{"includeLinePosition":true,"file":"/home/me/workspace/frontend/src/app/index.ts"},"seq":27,"type":"request"}
TypeScript response#semanticDiagnosticsSync with 15ms:
{"seq":0,"type":"response","command":"semanticDiagnosticsSync","request_seq":27,"success":true,"body":[]}
-----------------------------------
-----------------------------------
TypeScript request#compileOnSaveEmitFile:
{"command":"compileOnSaveEmitFile","arguments":{"forced":true,"file":"/home/me/workspace/frontend/src/main.ts"},"seq":28,"type":"request"}
TypeScript response#compileOnSaveEmitFile with 4ms:
{"seq":0,"type":"response","command":"compileOnSaveEmitFile","request_seq":28,"success":true,"body":true}
-----------------------------------
-----------------------------------
TypeScript request#syntacticDiagnosticsSync:
{"command":"syntacticDiagnosticsSync","arguments":{"includeLinePosition":true,"file":"/home/me/workspace/frontend/src/main.ts"},"seq":29,"type":"request"}
TypeScript response#syntacticDiagnosticsSync with 24ms:
{"seq":0,"type":"response","command":"syntacticDiagnosticsSync","request_seq":29,"success":true,"body":[]}
-----------------------------------
-----------------------------------
TypeScript request#semanticDiagnosticsSync:
{"command":"semanticDiagnosticsSync","arguments":{"includeLinePosition":true,"file":"/home/me/workspace/frontend/src/main.ts"},"seq":30,"type":"request"}
TypeScript response#semanticDiagnosticsSync with 84ms:
{"seq":0,"type":"response","command":"semanticDiagnosticsSync","request_seq":30,"success":true,"body":[]}
-----------------------------------
-----------------------------------
TypeScript request#compileOnSaveEmitFile:
{"command":"compileOnSaveEmitFile","arguments":{"forced":true,"file":"/home/me/workspace/frontend/src/app/app.module.ts"},"seq":31,"type":"request"}
TypeScript response#compileOnSaveEmitFile with 16ms:
{"seq":0,"type":"response","command":"compileOnSaveEmitFile","request_seq":31,"success":true,"body":true}
-----------------------------------
-----------------------------------
TypeScript request#syntacticDiagnosticsSync:
{"command":"syntacticDiagnosticsSync","arguments":{"includeLinePosition":true,"file":"/home/me/workspace/frontend/src/app/app.module.ts"},"seq":32,"type":"request"}
TypeScript response#syntacticDiagnosticsSync with 2ms:
{"seq":0,"type":"response","command":"syntacticDiagnosticsSync","request_seq":32,"success":true,"body":[]}
-----------------------------------
-----------------------------------
TypeScript request#semanticDiagnosticsSync:
{"command":"semanticDiagnosticsSync","arguments":{"includeLinePosition":true,"file":"/home/me/workspace/frontend/src/app/app.module.ts"},"seq":33,"type":"request"}
TypeScript response#semanticDiagnosticsSync with 44ms:
{"seq":0,"type":"response","command":"semanticDiagnosticsSync","request_seq":33,"success":true,"body":[]}
-----------------------------------
-----------------------------------
TypeScript request#compileOnSaveEmitFile:
{"command":"compileOnSaveEmitFile","arguments":{"forced":true,"file":"/home/me/workspace/frontend/src/app/app.component.spec.ts"},"seq":34,"type":"request"}
TypeScript response#compileOnSaveEmitFile with 14ms:
{"seq":0,"type":"response","command":"compileOnSaveEmitFile","request_seq":34,"success":true,"body":true}
-----------------------------------
-----------------------------------
TypeScript request#syntacticDiagnosticsSync:
{"command":"syntacticDiagnosticsSync","arguments":{"includeLinePosition":true,"file":"/home/me/workspace/frontend/src/app/app.component.spec.ts"},"seq":35,"type":"request"}
TypeScript response#syntacticDiagnosticsSync with 1ms:
{"seq":0,"type":"response","command":"syntacticDiagnosticsSync","request_seq":35,"success":true,"body":[]}
-----------------------------------
-----------------------------------
TypeScript request#semanticDiagnosticsSync:
{"command":"semanticDiagnosticsSync","arguments":{"includeLinePosition":true,"file":"/home/me/workspace/frontend/src/app/app.component.spec.ts"},"seq":36,"type":"request"}
TypeScript response#semanticDiagnosticsSync with 57ms:
{"seq":0,"type":"response","command":"semanticDiagnosticsSync","request_seq":36,"success":true,"body":[{"message":"Cannot find name 'describe'.","start":335,"length":8,"category":"error","code":2304,"startLocation":{"line":13,"offset":1},"endLocation":{"line":13,"offset":9}},{"message":"Cannot find name 'beforeEach'.","start":373,"length":10,"category":"error","code":2304,"startLocation":{"line":14,"offset":5},"endLocation":{"line":14,"offset":15}},{"message":"Cannot find name 'it'.","start":786,"length":2,"category":"error","code":2304,"startLocation":{"line":30,"offset":5},"endLocation":{"line":30,"offset":7}},{"message":"Cannot find name 'expect'.","start":958,"length":6,"category":"error","code":2304,"startLocation":{"line":33,"offset":9},"endLocation":{"line":33,"offset":15}},{"message":"Missing semicolon (semicolon)","start":201,"length":0,"category":"error","code":2515,"source":"tslint","startLocation":{"line":6,"offset":55},"endLocation":{"line":6,"offset":55}}]}
-----------------------------------
-----------------------------------
TypeScript request#occurrences:
{"command":"occurrences","arguments":{"line":8,"offset":4,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":37,"type":"request"}
TypeScript response#occurrences with 4ms:
{"seq":0,"type":"response","command":"occurrences","request_seq":37,"success":false,"message":"No content available."}
-----------------------------------
-----------------------------------
TypeScript request#semanticDiagnosticsSync:
{"command":"semanticDiagnosticsSync","arguments":{"includeLinePosition":false,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":38,"type":"request"}
TypeScript response#semanticDiagnosticsSync with 9ms:
{"seq":0,"type":"response","command":"semanticDiagnosticsSync","request_seq":38,"success":true,"body":[{"start":{"line":8,"offset":4},"end":{"line":8,"offset":4},"text":"file should end with a newline (eofline)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":2},"end":{"line":8,"offset":4},"text":"trailing whitespace (no-trailing-whitespace)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":4},"end":{"line":8,"offset":4},"text":"file should end with a newline (eofline)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":2},"end":{"line":8,"offset":4},"text":"trailing whitespace (no-trailing-whitespace)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":4},"end":{"line":8,"offset":4},"text":"file should end with a newline (eofline)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":2},"end":{"line":8,"offset":4},"text":"trailing whitespace (no-trailing-whitespace)","code":2515,"category":"error","source":"tslint"}]}
-----------------------------------
-----------------------------------
TypeScript request#syntacticDiagnosticsSync:
{"command":"syntacticDiagnosticsSync","arguments":{"includeLinePosition":false,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":39,"type":"request"}
TypeScript response#syntacticDiagnosticsSync with 1ms:
{"seq":0,"type":"response","command":"syntacticDiagnosticsSync","request_seq":39,"success":true,"body":[]}
-----------------------------------
-----------------------------------
TypeScript request#semanticDiagnosticsSync:
{"command":"semanticDiagnosticsSync","arguments":{"includeLinePosition":false,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":40,"type":"request"}
TypeScript response#semanticDiagnosticsSync with 5ms:
{"seq":0,"type":"response","command":"semanticDiagnosticsSync","request_seq":40,"success":true,"body":[{"start":{"line":8,"offset":4},"end":{"line":8,"offset":4},"text":"file should end with a newline (eofline)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":2},"end":{"line":8,"offset":4},"text":"trailing whitespace (no-trailing-whitespace)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":4},"end":{"line":8,"offset":4},"text":"file should end with a newline (eofline)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":2},"end":{"line":8,"offset":4},"text":"trailing whitespace (no-trailing-whitespace)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":4},"end":{"line":8,"offset":4},"text":"file should end with a newline (eofline)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":2},"end":{"line":8,"offset":4},"text":"trailing whitespace (no-trailing-whitespace)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":4},"end":{"line":8,"offset":4},"text":"file should end with a newline (eofline)","code":2515,"category":"error","source":"tslint"},{"start":{"line":8,"offset":2},"end":{"line":8,"offset":4},"text":"trailing whitespace (no-trailing-whitespace)","code":2515,"category":"error","source":"tslint"}]}
-----------------------------------
-----------------------------------
TypeScript request#syntacticDiagnosticsSync:
{"command":"syntacticDiagnosticsSync","arguments":{"includeLinePosition":false,"file":"/home/me/workspace/frontend/src/app/app.component.ts"},"seq":41,"type":"request"}
TypeScript response#syntacticDiagnosticsSync with 3ms:
{"seq":0,"type":"response","command":"syntacticDiagnosticsSync","request_seq":41,"success":true,"body":[]}
-----------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment