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(object): handle nested keys kebab-case style #71

Merged
merged 2 commits into from
Jul 27, 2023

Conversation

larbish
Copy link
Collaborator

@larbish larbish commented Jul 26, 2023

πŸ”— Linked issue

New suite test to reproduce #70

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

The test should be clear enough to understand what's going on. Any help, suggestion to fix this is appreciated.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@antfu antfu changed the title test(object): nested keys kebab-case style fix(object): nested keys kebab-case style Jul 27, 2023
@antfu antfu changed the title fix(object): nested keys kebab-case style fix(object): handle nested keys kebab-case style Jul 27, 2023
@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #71 (3d5b81b) into main (d9ef2eb) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   92.17%   92.17%           
=======================================
  Files          24       24           
  Lines        1623     1623           
  Branches      301      302    +1     
=======================================
  Hits         1496     1496           
  Misses        127      127           
Files Changed Coverage Ξ”
src/proxy/_utils.ts 95.62% <100.00%> (ΓΈ)

@antfu antfu merged commit 68ab627 into unjs:main Jul 27, 2023
3 checks passed
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.

2 participants