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

[Issue-148] object to string #149

Merged
merged 3 commits into from
Jun 3, 2023
Merged

[Issue-148] object to string #149

merged 3 commits into from
Jun 3, 2023

Conversation

hkang1
Copy link
Owner

@hkang1 hkang1 commented Jun 3, 2023

JSON.stringify and JSON.parse do not currently handle NaN, Infinity and -Infinity. Create custom versions to expose as static utility functions.

@netlify
Copy link

netlify bot commented Jun 3, 2023

Deploy Preview for bejewelled-lamington-f97ebd canceled.

Name Link
🔨 Latest commit d83c89f
🔍 Latest deploy log https://app.netlify.com/sites/bejewelled-lamington-f97ebd/deploys/647b8e2bd73bc50008e7da49

@codecov
Copy link

codecov bot commented Jun 3, 2023

Codecov Report

Merging #149 (d83c89f) into main (57a4048) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #149   +/-   ##
=======================================
  Coverage   99.61%   99.61%           
=======================================
  Files          17       17           
  Lines        1818     1839   +21     
  Branches      629      638    +9     
=======================================
+ Hits         1811     1832   +21     
  Misses          7        7           
Impacted Files Coverage Δ
src/index.ts 99.30% <100.00%> (+<0.01%) ⬆️
src/utils/data.ts 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@hkang1 hkang1 merged commit bc98a44 into main Jun 3, 2023
@hkang1 hkang1 deleted the 148-object-to-string branch June 3, 2023 19:06
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.

Add support for converting data to string (NaN, +Inf, and -Inf) and reverse
1 participant