sindresorhus / camelcase

Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar
MIT License
682 stars 95 forks source link

Add `preserveConsecutiveUppercase` option to `preserveCamelCase` method #101

Closed ambujsahu81 closed 1 year ago

ambujsahu81 commented 1 year ago

What is the PR for?

For issue #95. It ensure that preserveCamelCase method doesn't ignore preserveConsecutiveUppercase option. It fixes some failing test cases which contains Consecutive upper case characters.

Checklist

sindresorhus commented 1 year ago

Why close? Sorry it's been taking a while. My pull request queue has been very long...

ambujsahu81 commented 1 year ago

Sorry I thought the solution to problem might be not that good. I will create new pr.