ntypescript icon indicating copy to clipboard operation
ntypescript copied to clipboard

Is es2015 not included?

Open ryan-nauman opened this issue 9 years ago • 3 comments

When I look at TypeScript's ES2015.core.d.ts I see ObjectConstructor's assign. I don't see it in the latest version of Atom's lib.d.ts though and get an error

ryan-nauman avatar Aug 10 '16 20:08 ryan-nauman

Plausable. I've moved on to https://github.com/basarat/byots : using it for http://alm.tools/ and will migrate atom-typescript to that as well when I get some time :rose:

basarat avatar Aug 10 '16 23:08 basarat

Run into the same issue. We were using this to process TypeScript at CodePen and a user had trouble with spread operators. I'm not entirely sure why we weren't just using the canonical typescript, so we switched to that to solve.

chriscoyier avatar Dec 28 '16 21:12 chriscoyier

. I'm not entirely sure why we weren't just using the canonical typescript, so we switched to that to solve.

Good choice. this package was before TypeScript got nightlies. And afterwards key gain was exposing the private typings. A move to conanical typescript works if you are not using any private TypeScript API (which I do for experiments). Since then I have found better ways of managing that as well aka byots. Just haven't had the time to polish that enough to move to TypeStrong :rose:

basarat avatar Dec 29 '16 09:12 basarat