Skip to content

Split tests and fix issues with missing referenced files#10599

Merged
zhengbli merged 6 commits into
microsoft:tsserverVS-WIPfrom
zhengbli:tsserverVS-WIP-splitTests
Aug 30, 2016
Merged

Split tests and fix issues with missing referenced files#10599
zhengbli merged 6 commits into
microsoft:tsserverVS-WIPfrom
zhengbli:tsserverVS-WIP-splitTests

Conversation

@zhengbli
Copy link
Copy Markdown

No description provided.

Comment thread src/server/project.ts Outdated

return map(Object.keys(referencedFiles), key => <Path>key);
const allFileNames = map(Object.keys(referencedFiles), key => <Path>key);
return ts.filter(allFileNames, file => this.projectService.host.fileExists(file));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drop ts prefix

@sandersn
Copy link
Copy Markdown
Member

:+!:

@vladima
Copy link
Copy Markdown
Contributor

vladima commented Aug 30, 2016

👍

@zhengbli zhengbli merged commit 1fb969f into microsoft:tsserverVS-WIP Aug 30, 2016
@zhengbli zhengbli deleted the tsserverVS-WIP-splitTests branch August 30, 2016 18:47
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants