10-18-2017 23:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-18-2017 23:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I am writing my app in TypeScript. I have a base class, and I want to make another class that extends it. But, when the app builds, I get this error:
TS2343: This syntax requires an imported helper named '__extends', but module 'tslib' has no exported member '__extends'
Does the TypeScript in the build process not support inheritance?
Answered! Go to the Best Answer.
Accepted Solutions
11-01-2017 13:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-01-2017 13:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Sorry for the delay on this one.
Our TypeScript implementation isn't completed yet, and this appears to be one of the areas which is still in development, but it will be resolved in a future update!

11-01-2017 13:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-01-2017 13:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Sorry for the delay on this one.
Our TypeScript implementation isn't completed yet, and this appears to be one of the areas which is still in development, but it will be resolved in a future update!

