Closed jiangts closed 7 years ago
When trying
(js-selector "keywordize-keys")
the result is "KeywordizeKeys" rather than "keywordizeKeys".
"KeywordizeKeys"
"keywordizeKeys"
Looking under the test cases, this is not tested as well.
Fixed and released the fix in the 2.0.1
When trying
the result is
"KeywordizeKeys"
rather than"keywordizeKeys"
.Looking under the test cases, this is not tested as well.