Skip to content

Commit

Permalink
Update Baselines and/or Applied Lint Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Jul 16, 2024
1 parent 0decb2a commit de1c3de
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,7 @@ Info seq [hh:mm:ss:mss] FileName: /home/src/projects/project/src/file.ts Proje
Info seq [hh:mm:ss:mss] Projects: /home/src/projects/project/src/tsconfig.json
Info seq [hh:mm:ss:mss] response:
{
"seq": 0,
"type": "response",
"command": "open",
"request_seq": 1,
"success": true,
"performanceData": {
"updateGraphDurationMs": *
}
"responseRequired": false
}
After request

Expand Down Expand Up @@ -231,6 +224,10 @@ Info seq [hh:mm:ss:mss] request:
"seq": 2,
"type": "request"
}
Info seq [hh:mm:ss:mss] response:
{
"responseRequired": false
}
After request

Timeout callback:: count: 1
Expand All @@ -246,8 +243,7 @@ Info seq [hh:mm:ss:mss] event:
"event": "syntaxDiag",
"body": {
"file": "/home/src/projects/project/src/file.ts",
"diagnostics": [],
"duration": *
"diagnostics": []
}
}
After running Timeout callback:: count: 0
Expand Down Expand Up @@ -292,8 +288,7 @@ Info seq [hh:mm:ss:mss] event:
"code": 6307,
"category": "error"
}
],
"duration": *
]
}
}
After running Immedidate callback:: count: 1
Expand Down Expand Up @@ -326,8 +321,7 @@ Info seq [hh:mm:ss:mss] event:
"category": "suggestion",
"reportsUnnecessary": true
}
],
"duration": *
]
}
}
Info seq [hh:mm:ss:mss] event:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,7 @@ Info seq [hh:mm:ss:mss] FileName: /home/src/projects/project/src/file.ts Proje
Info seq [hh:mm:ss:mss] Projects: /home/src/projects/project/src/tsconfig.json
Info seq [hh:mm:ss:mss] response:
{
"seq": 0,
"type": "response",
"command": "open",
"request_seq": 1,
"success": true,
"performanceData": {
"updateGraphDurationMs": *
}
"responseRequired": false
}
After request

Expand Down Expand Up @@ -228,6 +221,10 @@ Info seq [hh:mm:ss:mss] request:
"seq": 2,
"type": "request"
}
Info seq [hh:mm:ss:mss] response:
{
"responseRequired": false
}
After request

Timeout callback:: count: 1
Expand All @@ -243,8 +240,7 @@ Info seq [hh:mm:ss:mss] event:
"event": "syntaxDiag",
"body": {
"file": "/home/src/projects/project/src/file.ts",
"diagnostics": [],
"duration": *
"diagnostics": []
}
}
After running Timeout callback:: count: 0
Expand Down Expand Up @@ -276,8 +272,7 @@ Info seq [hh:mm:ss:mss] event:
"code": 6307,
"category": "error"
}
],
"duration": *
]
}
}
After running Immedidate callback:: count: 1
Expand Down Expand Up @@ -310,8 +305,7 @@ Info seq [hh:mm:ss:mss] event:
"category": "suggestion",
"reportsUnnecessary": true
}
],
"duration": *
]
}
}
Info seq [hh:mm:ss:mss] event:
Expand Down

0 comments on commit de1c3de

Please sign in to comment.