full site update
This commit is contained in:
1
node_modules/picomatch/lib/constants.js
generated
vendored
1
node_modules/picomatch/lib/constants.js
generated
vendored
@@ -99,6 +99,7 @@ module.exports = {
|
||||
|
||||
// Replace globs with equivalent patterns to reduce parsing time.
|
||||
REPLACEMENTS: {
|
||||
__proto__: null,
|
||||
'***': '*',
|
||||
'**/**': '**',
|
||||
'**/**/**': '**'
|
||||
|
Reference in New Issue
Block a user