Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(stringify): use safe-stable-stringify for stringifying json #16

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TerryMooreII
Copy link
Collaborator

@TerryMooreII TerryMooreII commented Jul 28, 2021

Summary:
The current package, fast-safe-stringify, appears to hang on very
large objects that contain circular references. Upon reading up
on the issue from several packages open source packages its seems
that this new package will handle these large circular references.
Albeit I am having a hard time duplicating the issue for testing.

Addressing issue #15

Summary:
The current package, fast-safe-stringify, appears to hang on very
large objects that contain circular references.  Upon reading up
on the issue from several packages open source packages its seems
that this new package will handle these large circular refences.
Albeit I am having a hard time duplicating the issue for testing.
@TerryMooreII TerryMooreII changed the title feat: use safe-stable-stringify for stringifying json fix(stringify): use safe-stable-stringify for stringifying json Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant