Skip to content

Conversation

weswigham
Copy link
Member

Following the discussion on #3513. this is the first half of the proposed changes - only those required to package the service as a library, combined with feedback from the same PR.

@msftclas
Copy link

Hi @weswigham, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!


It looks like you're a Microsoft contributor (Wesley Wigham). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;

@@ -1360,10 +1360,11 @@ module ts.server {
}
}

static fromString(script: string) {
static fromString(host: System, script: string) {
var svc = new ScriptVersionCache();
Copy link
Contributor

Choose a reason for hiding this comment

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

ServerHost

@mhegazy
Copy link
Contributor

mhegazy commented Jun 18, 2015

thanks. looks good. 2 small comments and we are ready to go.

@weswigham
Copy link
Member Author

Got it.

@mhegazy
Copy link
Contributor

mhegazy commented Jun 18, 2015

thanks!

mhegazy added a commit that referenced this pull request Jun 18, 2015
Add build target for packaging tsserver as a library
@mhegazy mhegazy merged commit 7361d68 into microsoft:master Jun 18, 2015
@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