Accept baseline diff

This commit is contained in:
Ron Buckton 2019-02-06 16:35:09 -08:00
parent 056028b4c6
commit fb1b7a218a

View File

@ -8346,7 +8346,7 @@ declare namespace ts.server {
excludedFiles: ReadonlyArray<NormalizedPath>;
private typeAcquisition;
updateGraph(): boolean;
getExcludedFiles(): readonly NormalizedPath[];
getExcludedFiles(): ReadonlyArray<NormalizedPath>;
getTypeAcquisition(): TypeAcquisition;
setTypeAcquisition(newTypeAcquisition: TypeAcquisition): void;
}