Commit Graph

6 Commits

Author SHA1 Message Date
कारतोफ्फेलस्क्रिप्ट™
a72173414d fix(core): augmentObject should clone Buffer/Uint8Array instead of wrapping them in a proxy (#5902) 2023-04-04 14:34:24 +02:00
कारतोफ्फेलस्क्रिप्ट™
6a1b7c306b fix(core): augmentObject should use existing property descriptors whenever possible (#5872)
* fix(core): Augmented objects should use existing property descriptors whenever possible

* add a test for non-enumerable keys
2023-04-03 17:19:12 +02:00
कारतोफ्फेलस्क्रिप्ट™
31cd04c476 fix(core): Prevent augmentObject from creating infinitely deep proxies (#5893)
fixes #5848
2023-04-03 17:18:52 +02:00
OlegIvaniv
aacbb54bef fix(core): Do not user util.types.isProxy for tracking of augmented objects (#5836) 2023-03-30 13:29:36 +02:00
कारतोफ्फेलस्क्रिप्ट™
6c35ffa82c fix(core): Handle Date and RegExp objects in AugmentObject (#5809) 2023-03-29 21:36:56 +02:00
Jan Oberhauser
0876c38aae feat(core): Augment data instead of copying it (#5487) 2023-03-16 15:14:34 +01:00