You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In particular it would be great to receive feedback there as to whether the problem impedes your implementation, and whether the solution idea helps your use case (or if it has no effect on your specific use case what you think of the problem and solution idea in general).
The text was updated successfully, but these errors were encountered:
Hey @trusktr, nice to see you here! 👋
I actually started converting the project to Stage 3 decorators in #175. It's published to NPM under the next tag.
I'm sorry but I've never used accessors. I read the issue, indeed this sounds very confusing 🫤
Hope this unexpected behavior won't bite us in the future
I started migrating our projects at Wix to it but hit a wall. I'm struggling with a bug in Babel's 2023-08 implementation. Apparently decorating classes that have static fields is bugged. babel/babel#16373
Hello, I'm wondering if you will migrate to stage 3 standard decorators, and if you have any thoughts of feedback on issues like this one:
discrepancy: we're allowed to get/set private fields, but not public fields, and public auto accessors are not fields.
In particular it would be great to receive feedback there as to whether the problem impedes your implementation, and whether the solution idea helps your use case (or if it has no effect on your specific use case what you think of the problem and solution idea in general).
The text was updated successfully, but these errors were encountered: