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 array duplication after parse #238

Merged
merged 1 commit into from
Jan 17, 2023
Merged

Fix array duplication after parse #238

merged 1 commit into from
Jan 17, 2023

Conversation

Zwooosh
Copy link
Contributor

@Zwooosh Zwooosh commented Nov 17, 2022

This fixes #156 and #168.

I'm just using the suggested fix for deepMerge.

@codecov
Copy link

codecov bot commented Dec 4, 2022

Codecov Report

Base: 90.92% // Head: 90.94% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (6233d32) compared to base (4687b6a).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #238      +/-   ##
==========================================
+ Coverage   90.92%   90.94%   +0.01%     
==========================================
  Files           6        6              
  Lines         562      563       +1     
==========================================
+ Hits          511      512       +1     
  Misses         51       51              
Impacted Files Coverage Δ
src/parser.js 90.21% <100.00%> (+0.02%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cheton cheton merged commit a0a2b8f into i18next:master Jan 17, 2023
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.

Array values are added again after scanning
2 participants