-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptInfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructure
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:
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptInfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructure