8000 Fix behavior change for createCompounder when deburring is not enable… · lodash/lodash-webpack-plugin@8e1ef29 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 8e1ef29

Browse files
ElMassimojdalton
authored andcommitted
Fix behavior change for createCompounder when deburring is not enabled (#163)
1 parent 8439b97 commit 8e1ef29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const features = {
4949
['unary', '_baseUnary']
5050
],
5151
'deburring': [
52-
['deburr', 'identity']
52+
['deburr', 'toString']
5353
],
5454
'exotics': [
5555
['_baseGetTag', '_objectToString'],

0 commit comments

Comments
 (0)
0