Jay Phelps
Jay Phelps
More insight into the `super.sameMethod()` problem needing WeakMap #20 and #21
No plans, but we can definitely discuss them! I think let's start with describing some concrete examples (with pseudo code) then we can go from there to see if they'd...
hmm if it works in rollup, but not webpack2, that seems to suggest webpack2 is the culprit--though something I'm doing might be making it less than ideal to webpack2's logic...
Hey thanks for reporting. I would need some way to reproduce this. Can you provide any specific details and a minimum way to reproduce it? Where is the SyntaxError happening?
Hmm did you link to the right issue? https://github.com/Microsoft/TypeScript/pull/15308 ? It's not clear how it relates 😄
@jkrems that's sweet! I will indeed take a look. Thanks for letting me know.
@peey thanks! Sorry I forgot to comment here, but I did visit the channel and do still plan to update core-decorators to be stage-2 compliant when a compiler (babel or...
Since the tests run under node, they use the node resolution process (it also uses `babel-core/register` but that doesn't impact file resolution AFAIK). The `main` in `package.json` points to the...
@BurtHarris hmm what's the end goal of this btw? to PR this so that the tests run under TypeScript I assume? There is some known issue with TypeScript and autobind...
@BurtHarris all sounds good, except I want to make a critical distinction: I'm pretty confident TypeScript supports **stage-0 decorators**, just the same as core-decorators does. They have this quote: >...