summaryrefslogtreecommitdiff
path: root/tests/specs/node/worker_threads_cache/main.ts
AgeCommit message (Collapse)Author
2024-05-16fix(node): seperate worker module cache (#23634)Divy Srivastava
Construct a new module graph container for workers instead of sharing it with the main worker. Fixes #17248 Fixes #23461 --------- Co-authored-by: David Sherret <dsherret@gmail.com>