mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 12:27:49 +00:00
Align indentations
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,3 +2,6 @@
|
|||||||
*.log*
|
*.log*
|
||||||
doc/*.html
|
doc/*.html
|
||||||
node_modules
|
node_modules
|
||||||
|
*.code-workspace
|
||||||
|
*.sublime-project
|
||||||
|
*.sublime-workspace
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ const rePropName = RegExp(
|
|||||||
')\\]'+ '|' +
|
')\\]'+ '|' +
|
||||||
// Or match "" as the space between consecutive dots or empty brackets.
|
// Or match "" as the space between consecutive dots or empty brackets.
|
||||||
'(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))'
|
'(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))'
|
||||||
, 'g')
|
, 'g')
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts `string` to a property path array.
|
* Converts `string` to a property path array.
|
||||||
|
|||||||
Reference in New Issue
Block a user