mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Previously fsUtils.listTreeSync() was used which returns every path in the tree, not just paths directly underneath the root path. This speeds up the spec suite require time by not stat'ing the entire node_modules directory.