assemblyscript-json
assemblyscript-json copied to clipboard
fix: null as return type causes compiler error
When compiling the codebase, the following compiler error is thrown:

We can resolve this compiler error by simply removing the Null class' valueOf() method, since valueOf() is not required by Value's abstract interface.
This change does not seem to change the user facing interface at all. Usage as described in the README stays consistent.