jsonicjs / jsonic

JSON parser that isn't strict
MIT License
199 stars 23 forks source link

Allow null/undefined this context #17

Closed maxnowack closed 4 years ago

maxnowack commented 5 years ago

In some module resolving environments, this can be null. In this case, jsonic crashes the build process. This change resolves that issue. Just for reference: senecajs/seneca#436 should be fixed with this change

rjrodger commented 4 years ago

Thank You!

maxnowack commented 4 years ago

@rjrodger did you publish v1.0.0 already? I haven't found it on npm 🙂