Closed horriblename closed 8 months ago
I don't think so, it would cause runtime errors as that might result in invalid lua syntax.
in fact I think "" shouldn't be there at all and should just error out
I'll read through the usage to see how its used
everywhere toLuaObject is used "" is not valid syntax, so I changed it to throw an error
fixes two bugs with null conversions:
expToLua
converts null to null (should be nil)toLuaObject
converts null to ""