Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

TypeScript inheritence supported?

ANSWERED

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?

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

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!

View best answer in original post

Best Answer
0 Votes
1 REPLY 1

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!

Best Answer
0 Votes