Closed spino17 closed 4 months ago
Thanks, taking a look in a moment
Thanks @JairusSW for the response. Let me know if you need more information about the system on which I am running the example.
Just checking, but your using v0.9.8
(latest) I presume?
No, I am using ^0.8.8 and visitor-as with ^0.11.4
Empty maps threw an out of bounds exception.
Now they are properly handled and return {}
Fixed as of json-as@0.9.8a
Thanks @JairusSW for mentioning this! It's working fine with this version.
I am trying to compile and run below code:
command:
npm run asbuild
runs fine. When I am running it using therelease.js
wrapped function, it is throwing below error:. And if I replace
Inner
withu64
like below:It is working fine.