BAAS-16552: update goja to latest changes (part 1)#71
Merged
Gabri3l merged 26 commits intomongodb-forks:realmfrom Gabri3l:BAAS-16552-part-1Feb 23, 2023
+3,120-1,975
Commits
Commits on Feb 10, 2023
Commits on Feb 13, 2023
Grab stacktrace at the point of creation an Error. Added non-standard but widely implemented Error.stack property. Closes dop251#337.
Reverted to the old behaviour of returning an error when converting non-array values into slices. Fixes dop251#369, closes dop251#370.
Removed special treatment of the last argument passed to a variadic Go function. Do not treat callables (functions) as array-like when exporting to slices. Fixes dop251#369.
- committed