Skip to content

api/tsserverlibrary.d.ts generated by jake and gulp differ #29664

Closed
@sheetalkamat

Description

@sheetalkamat

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 TypeScriptInfrastructureIssue relates to TypeScript team infrastructure

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions