Skip to content

Commit fb1b7a2

Browse files
committed
Accept baseline diff
1 parent 056028b commit fb1b7a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8346,7 +8346,7 @@ declare namespace ts.server {
83468346
excludedFiles: ReadonlyArray<NormalizedPath>;
83478347
private typeAcquisition;
83488348
updateGraph(): boolean;
8349-
getExcludedFiles(): readonly NormalizedPath[];
8349+
getExcludedFiles(): ReadonlyArray<NormalizedPath>;
83508350
getTypeAcquisition(): TypeAcquisition;
83518351
setTypeAcquisition(newTypeAcquisition: TypeAcquisition): void;
83528352
}

0 commit comments

Comments
 (0)