Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/baselines/reference/user/async.log
Original file line number Diff line number Diff line change
Expand Up @@ -582,9 +582,11 @@ node_modules/async/priorityQueue.js(9,14): error TS2695: Left side of comma oper
node_modules/async/priorityQueue.js(18,15): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/priorityQueue.js(23,21): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/priorityQueue.js(47,10): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/priorityQueue.js(86,12): error TS2304: Cannot find name 'AsyncFunction'.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EOF comment checking now finds an error in a bad type reference.

node_modules/async/priorityQueue.js(93,20): error TS1005: '}' expected.
node_modules/async/queue.js(8,18): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/queue.js(9,11): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/queue.js(91,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/queue.js(97,20): error TS1005: '}' expected.
node_modules/async/race.js(63,17): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/race.js(64,11): error TS2695: Left side of comma operator is unused and has no side effects.
Expand Down Expand Up @@ -618,6 +620,7 @@ node_modules/async/retryable.js(12,18): error TS2695: Left side of comma operato
node_modules/async/retryable.js(13,13): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/retryable.js(18,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/retryable.js(18,70): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/retryable.js(51,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/select.js(44,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/selectLimit.js(36,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/selectSeries.js(34,20): error TS2695: Left side of comma operator is unused and has no side effects.
Expand Down
Loading