rescript-compiler icon indicating copy to clipboard operation
rescript-compiler copied to clipboard

Exception thrown by stringifyAny

Open mununki opened this issue 3 years ago • 0 comments

Js.Json.stringifyAny has a chance to throw an exception, TypeError. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#exceptions

Js.Json.stringifyAny: 'a => option<string>

I think it is better to rename it to stringifyAnyExn or to wrap it with try-catch.

mununki avatar Aug 18 '22 04:08 mununki