Closed Dabolus closed 1 year ago
Thanks - I think running tests is as easy as building for Linux and running ./espruino --test ...
But this code may be broken - I think jsvObjectSetChildAndUnLock expects a string as a second argument and also key would need to be unlocked anyway in the jsvObjectSetChildAndUnLock case.
Had to do a few fixes for this, but it's added now
Thank you! 🥳
This PR adds support for
Object.fromEntries
from ES2019.Opening as a draft because I still have to figure out how to properly run tests.