Using dependency graph to reduce file scanning #1730
Labels
feature-request
Request for new features or functionality
good first issue
Issues identified as good for first-time contributors
help welcome
Issues identified as good community contribution opportunities
Hello, we are experiencing very long debugging times in the time it takes to reach a breakpoint. Even with scoping down the scanned files with the outfile argument
We work in a large yarn v1 monorepo with a sparse dependency graph. We'd like to use the dependency graph to restrict the amount of file scanning js-debug needs to do on startup. With the arrival of npm workspaces, it feels reasonable for js-debug to be able to reason about workspaces in a monorepo
The text was updated successfully, but these errors were encountered: