Skip to content
New issue

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

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

Already on GitHub? # to your account

Remove readonly property modifier so that TypeScript 2.0 is not required. #14

Closed
JimDaly opened this issue Sep 16, 2016 · 2 comments
Closed
Assignees
Labels

Comments

@JimDaly
Copy link
Owner

JimDaly commented Sep 16, 2016

The TypeScript generated uses the readonly property modifyer, which was introduced in TypeScript 2.0

@JimDaly JimDaly added the bug label Sep 16, 2016
@JimDaly JimDaly self-assigned this Sep 16, 2016
@JimDaly
Copy link
Owner Author

JimDaly commented Sep 16, 2016

Or just remove the readonly modifier from the d.ts and wait until the bugs are worked out.
Short term solution, find all instances of 'readonly' in the d.ts and remove them.

@JimDaly
Copy link
Owner Author

JimDaly commented Sep 17, 2016

Just removed the readonly modifier so that the TypeScript 2.0 release candidate is not required

@JimDaly JimDaly closed this as completed Sep 17, 2016
@JimDaly JimDaly changed the title Document that TypeScript 2.0 (beta) and VS 2015 update 3 is required Remove readonly property modifier so that TypeScript 2.0 is not required. Sep 17, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant