This repository was archived by the owner on Oct 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
mhegazy/typescript#v1.5-beta2 #36
Comments
These changes should be in TypeScript 1.5.2 (next release). There are some changes that went in after TypeScript-1.5-beta that was needed for SystemJS integration, for that we have a 1.5.2-prelease snap in mhegazy/typescript#v1.5-beta2. I will update the readme accordingly. |
updated in db9cd75 |
Seems odd that these are not in a branch in the TS repo. no? |
We had a branch, then ppl complained that they need to clone the whole repo. |
Ah. If I use typescript 1.5-beta and remove the experimental decorator option, the demo still works. Is that the recommended approach for now? |
I would say so. |
if you want to use an "official" branch instead, consider this: https://github.com/Microsoft/TypeScript/tree/release-1.5 |
thanks |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The typescript version is not the latest one in npm.
I found this to be important as the one in the demo has expirementalDecorators, which is needed by the demo. But nowhere is this explained that if you grab TypeScript 1.5 beta that you will not get this.
Please update the demo and readme to explain how you recommended getting TS for this.
The text was updated successfully, but these errors were encountered: