Skip to content

Fix #8692: fix "tsserver as a library" (lssl) build target#8700

Merged
mhegazy merged 6 commits into
masterfrom
Fix8692
May 21, 2016
Merged

Fix #8692: fix "tsserver as a library" (lssl) build target#8700
mhegazy merged 6 commits into
masterfrom
Fix8692

Conversation

@mhegazy
Copy link
Copy Markdown
Contributor

@mhegazy mhegazy commented May 19, 2016

Fixes #8692

@mhegazy
Copy link
Copy Markdown
Contributor Author

mhegazy commented May 19, 2016

@zhengbli can you take a look

};
},
setTimeout: (callback, ms, ...args) => {
return setTimeout(callback, ms, args);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Why not just { ..., setTimeout, clearTimeout, ... }

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

ahh. nice.

@zhengbli
Copy link
Copy Markdown

As discussed the line https://github.com/Microsoft/TypeScript/blob/master/src/server/editorServices.ts#L1383 might need to be changed as well. Otherwise LGTM. 👍

@mhegazy mhegazy merged commit b637d76 into master May 21, 2016
@mhegazy mhegazy deleted the Fix8692 branch May 21, 2016 19:24
@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.

3 participants