Open freshgum-bubbles opened 4 months ago
The following does not work:
@ESService([]) class ClassWithStaticMethodsAndProperties { static property = true; static get getter () { return 'value'; } static method () { } }
Hi, when are you planning to release this fix?
The following does not work: