Skip to content
Unverified Commit 9c132533 authored by Simon Esposito's avatar Simon Esposito Committed by GitHub
Browse files

Fix ptr slices assertions in js nk module arguments (#1150)

Goja introduced the following change:
https://github.com/dop251/goja/commit/7749907a8a20719efef6c6fb4d39f2ba64f7557c
JS arrays backed by a Go slice referenced by a pointer would be
returned by .Export() as []S, but now are returned as *[]S which requires
changing all the type assertions when dealing with these values.
parent c091d698
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment