Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use TS1.5 services #150

Closed
wants to merge 2 commits into from
Closed

Update to use TS1.5 services #150

wants to merge 2 commits into from

Conversation

csnover
Copy link
Member

@csnover csnover commented Mar 5, 2015

This PR updates to use one of the prerelease 1.5 compilers from Arnavion’s nightlies along with a few changes to services that are necessary for working with 1.5. Maybe this can just go on a separate branch until 1.5 is fully baked, but it seems like it’s far enough along now that we should start working with it.

I also note that 1.5 appears to be delivered along with a server for language services (tsserver) which could be more useful in the long term than having our own child language services process, but this PR just gets things fixed up to work again with 1.5.

@csnover
Copy link
Member Author

csnover commented Mar 5, 2015

Note that there are quite a lot of changes in the JS files because the release versions haven’t been getting compiled using grunt build.

@basarat
Copy link
Member

basarat commented Mar 6, 2015

👍 Merge whenever you feel like we should release this. I leave that decision completely up to you ❤️

@basarat basarat modified the milestone: TypeScript 1.5 Mar 6, 2015
@csnover
Copy link
Member Author

csnover commented Mar 8, 2015

I think it needs to wait till at least more of the ES6 module support is in place, since right now the support in master is bit of a mixed bag (imports with destructuring are supported but it crashes if you generate declarations and doesn’t support the export default syntax). I’ll keep updating this PR until everything seems stable.

@basarat
Copy link
Member

basarat commented Mar 10, 2015

@csnover I'm going to join you on this branch. I'll start by bringing in master right now.

@basarat
Copy link
Member

basarat commented Mar 10, 2015

closed in favor of : #179

@basarat basarat closed this Mar 10, 2015
@TypeStrong TypeStrong locked and limited conversation to collaborators Jan 20, 2019
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.

2 participants