Update checked-in dependencies
This commit is contained in:
parent
fc090c44d2
commit
d8b8ad0cb2
151 changed files with 4948 additions and 2797 deletions
8
node_modules/ignore/index.js
generated
vendored
8
node_modules/ignore/index.js
generated
vendored
|
|
@ -67,6 +67,14 @@ const cleanRangeBackSlash = slashes => {
|
|||
// '`foo/`' should not continue with the '`..`'
|
||||
const REPLACERS = [
|
||||
|
||||
[
|
||||
// remove BOM
|
||||
// TODO:
|
||||
// Other similar zero-width characters?
|
||||
/^\uFEFF/,
|
||||
() => EMPTY
|
||||
],
|
||||
|
||||
// > Trailing spaces are ignored unless they are quoted with backslash ("\")
|
||||
[
|
||||
// (a\ ) -> (a )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue