Fix: Prevent hang in large directories by using BFS for getFolderStru… (#470)

Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
This commit is contained in:
Allen Hutchison 2025-05-22 10:47:21 -07:00 committed by GitHub
parent 7eaf850489
commit 0c192555bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 500 additions and 252 deletions

View file

@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "dist",
"lib": ["DOM", "DOM.Iterable", "ES2021"],
"composite": true
"composite": true,
"types": ["node", "vitest/globals"]
},
"include": ["index.ts", "src/**/*.ts", "src/**/*.json"],
"exclude": ["node_modules", "dist"]