Иван Вольнов
Иван Вольнов
You'll Fix a BUG or I fixed a it for you?
yes, babel cmd --plugins transform-decorators-legacy,transform-class-properties   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...