Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module: prevent race condition while combining import and require
This checks if any require calls have happened to the same file during the file read. If that was the case, it'll return the same module instead of creating a new instance. PR-URL: #27674 Reviewed-By: Guy Bedford <guybedford@gmail.com>
- Loading branch information