We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e2dd2 commit bfc1c22Copy full SHA for bfc1c22
1 file changed
lib/constants.js
@@ -98,7 +98,7 @@ module.exports = {
98
REGEX_REMOVE_BACKSLASH: /(?:\[.*?[^\\]\]|\\(?=.))/g,
99
100
// Replace globs with equivalent patterns to reduce parsing time.
101
- REPLACEMENTS: Object.assign(Object.create(null), {
+ REPLACEMENTS: Object.create(null, {
102
'***': '*',
103
'**/**': '**',
104
'**/**/**': '**'
0 commit comments