hyperactiv icon indicating copy to clipboard operation
hyperactiv copied to clipboard

getters/setters and "defineProperty"

Open rozek opened this issue 1 year ago • 2 comments

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

rozek avatar Jan 18 '24 11:01 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 👍.

elbywan avatar Feb 19 '24 08:02 elbywan

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

rozek avatar Feb 23 '24 14:02 rozek