You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module resolution typically involves a lot of file system calls. During the performance meeting on 23. Jan 2023 the idea was voiced to explore how much speedup could be gained via an optimized isFile or isDirectory function.
Example npm packages where such functions are used in the wild:
Original issue: #39
Module resolution typically involves a lot of file system calls. During the performance meeting on 23. Jan 2023 the idea was voiced to explore how much speedup could be gained via an optimized
isFile
orisDirectory
function.Example npm packages where such functions are used in the wild:
resolve
enhanced-resolve
The text was updated successfully, but these errors were encountered: