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

feat(commonjs): support strict require semantics for circular imports #1038

Merged
merged 22 commits into from Apr 24, 2022

Commits on Apr 24, 2022

  1. Copy the full SHA
    681cd8c View commit details
    Browse the repository at this point in the history
  2. feat(commonjs): reimplement dynamic import handling (requires Node 12…

    …, no longer supports require.cache) (#1038)
    
    BREAKING CHANGES: requires Node 12
    No longer supports require.cache
    lukastaegert committed Apr 24, 2022
    Copy the full SHA
    f55ba96 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    003845f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    771ef4a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    aae44a2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1054074 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    4424686 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a9ed479 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    42e7196 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    06a74ae View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    3cdad21 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    3b28947 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    a66d253 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    29074f4 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    804eb8e View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    d01238f View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    017ea90 View commit details
    Browse the repository at this point in the history
  18. fix(commonjs): add heuristic to deoptimize requires after calling imp…

    …orted function (requires rollup@2.68.0) (#1038)
    
    BREAKING CHANGES: Requires at least rollup@2.68.0
    lukastaegert committed Apr 24, 2022
    Copy the full SHA
    a521f47 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    368f9c8 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    e5f1abd View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    e2f26a4 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    5b3bd05 View commit details
    Browse the repository at this point in the history