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 TypeScript 2.4.x #81

Open
dylans opened this issue Dec 25, 2016 · 5 comments
Open

Update to TypeScript 2.4.x #81

dylans opened this issue Dec 25, 2016 · 5 comments

Comments

@dylans
Copy link
Member

dylans commented Dec 25, 2016

No description provided.

@wspresto
Copy link

wspresto commented Aug 3, 2017

Evidently these typings do not work with tsc --version 2.2.3 or above, you need to use 2.2.2

@dylans
Copy link
Member Author

dylans commented Aug 3, 2017

Hmmm, I thought we had actually recently done some updates to support 2.4.x... what's not working for you?

@dylans dylans changed the title Update to TypeScript 2.1.x Update to TypeScript 2.4.x Aug 3, 2017
@wspresto
Copy link

wspresto commented Aug 3, 2017

When installing typescript from npm, I have to specify the version to be 2.2.2 . If I try anything higher, it complains about
Scripts/typings/dojo-typings/dijit/1.11/form.d.ts(283,13): error TS2430: Interface '_DateTimeTextBox<T>' incorrectly extends interface 'RangeBoundTextBox'.

@dylans
Copy link
Member Author

dylans commented Aug 3, 2017

Hmmm, ok, it looks like that was missed in f59d666 ... we'll look into it asap.

@dylans
Copy link
Member Author

dylans commented Aug 3, 2017

@wspresto is it possible that you're not using the latest release of dojo/typings, as we're not having much luck reproducing your issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants