Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update externals stubs atomically #1149

Merged
merged 1 commit into from
Mar 4, 2022
Merged

Update externals stubs atomically #1149

merged 1 commit into from
Mar 4, 2022

Commits on Mar 3, 2022

  1. Update externals stubs atomically

    Since babel can run in many workers, and since we write the external stubs as a side-effect of discovering that they're needed from within babel, it's possible that a stub is written at the exact moment another worker is reading it. So we need to make sure our writes are atomic.
    ef4 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    041d3f9 View commit details
    Browse the repository at this point in the history