Updated the project.

This commit is contained in:
Batuhan Berk Başoğlu 2024-06-03 15:44:25 -04:00
parent 5dfe9f128d
commit 7919556077
1550 changed files with 17063 additions and 40183 deletions

4
my-app/node_modules/ignore-walk/lib/index.js generated vendored Executable file → Normal file
View file

@ -85,7 +85,7 @@ class Walker extends EE {
.filter(e => this.isIgnoreFile(e))
let igCount = newIg.length
const then = _ => {
const then = () => {
if (--igCount === 0) {
this.filterEntries()
}
@ -141,7 +141,7 @@ class Walker extends EE {
if (entryCount === 0) {
this.emit('done', this.result)
} else {
const then = _ => {
const then = () => {
if (--entryCount === 0) {
this.emit('done', this.result)
}