blakeembrey/javascript-stringify

Support for async function?

IniZio opened this issue · 3 comments

Hi many thanks for authoring this library, honestly never thought it is possible to stringify js code before. :)

I noticed that this library does not support async functions, which is supported in nodejs LTS currently.

I might try to work out a PR if such enhancement is suitable, though I do not fully understand the logic yet so it might need some time to figure out.

@IniZio I believe this is covered by #22, but it's a complex change so I haven't landed it yet. Give me a few weeks and it'll be in a 2.0 release.

Yea I also noticed that, just making a custom package for my own usage for now,looking forward to that release :)

I am closing this since the rewrite has been merged. thanks for the library :)