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
5 changed files with 500 additions and 252 deletions

View File

@@ -14,6 +14,6 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"target": "es2022",
"types": ["node"]
"types": ["node", "vitest/globals"]
}
}