Closed
Description
TypeScript Version: 3.4.0-dev.201xxxxx
Search Terms:
Code
when running tests for api, the baseline for api/tsserverlibrary.d.ts
is different with jake and gulp.
Jake generates ExternalProject::getExcludedFiles()
return type as
getExcludedFiles(): readonly NormalizedPath[];
while gulp generates it as:
getExcludedFiles(): ReadonlyArray<NormalizedPath>;
Note the return type is inferred so seems like one is using lib/tsserver.js
and other is using built/local/tsserver.js
Expected behavior:
Actual behavior:
Playground Link:
Related Issues: