Иван Вольнов

Results 6 comments of Иван Вольнов

yes, babel cmd --plugins transform-decorators-legacy,transform-class-properties ![image](https://cloud.githubusercontent.com/assets/19378179/16293486/f74614ce-3922-11e6-9628-2a7f6ea160cf.png) ![image](https://cloud.githubusercontent.com/assets/19378179/16293490/01346bb6-3923-11e6-8c61-652fd2cf35f3.png) Generated code ``` javascript "use strict"; var _class, _temp; function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a...

It seems to me improper specification and should not follow it. And I think that in this way many believe. but where to go. I have to write a decorator...

@loganfsmyth I won't be able to get to it right away though. Need some help from Russian guys)?

Just automatic rename internal member names, WITH WARNING IN CONSOLE! =) like "You used i1 ad method in export class, we rename internal prop blah blah blah, but is slow...

# Cant call static owerriden methods, if i write `Animal.run()` this is code not use `Cat.run` owerriden method. i need write `this.constructor.run()` but it get compilation error. ``` typescript class...