Open
Description
Hello, Jeremy!
In Jering.Javascript.NodeJS values of null
and undefined
types are always returned as null
, that causes inconvenience. Most JS engines for .NET has a clearly separation for null
and undefined
types. As a rule, to represent undefined
in .NET is used a custom type (see as examples the ClearScript and Jurassic).