Skip to content

Commit 87318bf

Browse files
Update user baselines
1 parent ed8c81a commit 87318bf

File tree

4 files changed

+32
-40
lines changed

4 files changed

+32
-40
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8347,7 +8347,7 @@ declare namespace ts.server {
83478347
excludedFiles: ReadonlyArray<NormalizedPath>;
83488348
private typeAcquisition;
83498349
updateGraph(): boolean;
8350-
getExcludedFiles(): readonly NormalizedPath[];
8350+
getExcludedFiles(): ReadonlyArray<NormalizedPath>;
83518351
getTypeAcquisition(): TypeAcquisition;
83528352
setTypeAcquisition(newTypeAcquisition: TypeAcquisition): void;
83538353
}

tests/baselines/reference/user/async.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ node_modules/async/autoInject.js(160,28): error TS2695: Left side of comma opera
5151
node_modules/async/autoInject.js(164,14): error TS2695: Left side of comma operator is unused and has no side effects.
5252
node_modules/async/autoInject.js(168,6): error TS2695: Left side of comma operator is unused and has no side effects.
5353
node_modules/async/cargo.js(62,12): error TS2304: Cannot find name 'AsyncFunction'.
54-
node_modules/async/cargo.js(67,14): error TS2591: Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.
54+
node_modules/async/cargo.js(67,14): error TS2749: 'module' refers to a value, but is being used as a type here.
5555
node_modules/async/cargo.js(67,20): error TS1005: '}' expected.
5656
node_modules/async/cargo.js(92,11): error TS2695: Left side of comma operator is unused and has no side effects.
5757
node_modules/async/compose.js(8,37): error TS2695: Left side of comma operator is unused and has no side effects.

0 commit comments

Comments
 (0)