getters/setters and "defineProperty"
First of all: thank you very much for your brilliant library!
However, when I tried to use it, I ran into the problem that Object.defineProperty does not seem to be supported. For that reason, I tried to understand your code and made a very first attempt to add such support (see my own fork of your original).
So far, it seems to "work on my machine" but I would still consider my code as very (pre?) alpha.
Nevertheless, I would really like to see full object support in "hyperactiv".
With greetings from Germany,
Andreas Rozek
Hey @rozek 👋
First of all: thank you very much for your brilliant library!
Thanks, and sorry for the late reply 🙇 !
Nevertheless, I would really like to see full object support in "hyperactiv".
I agree that this would be nice to have - if it does not inflate the bundle size (<1.5kb). Unfortunately very busy these days and I'm not sure I will be able to work on this in the near future but I'll keep this in mind when I have some free time 👍.
Hello Julien,
don't worry - we are all busy!
And since I implemented the extra functionality needed for my project myself (well, at least, I think I have) there is no urgent need for an "official" implementation.
With greetings from Germany,
Andreas Rozek