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

improve dynamic reexporting #5452

Merged
merged 7 commits into from
Jul 4, 2023
Merged

improve dynamic reexporting #5452

merged 7 commits into from
Jul 4, 2023

Commits on Jul 4, 2023

  1. improve dynamic reexporting

    `__turbopack_export_namespace__` counts as dynamic
    use Proxy to correctly reexport non-enumerable or changing objects
    sokra committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    fe5ea58 View commit details
    Browse the repository at this point in the history
  2. warning

    sokra committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    e5613da View commit details
    Browse the repository at this point in the history
  3. fix build runtime

    sokra committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    4fc9837 View commit details
    Browse the repository at this point in the history
  4. update snapshots

    sokra committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    788b1ae View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Alex Kirszenberg <alex.kirszenberg@vercel.com>
    sokra and alexkirsz authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    0fc03e6 View commit details
    Browse the repository at this point in the history
  6. fix typings, update snapshots

    sokra committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    fdc5f56 View commit details
    Browse the repository at this point in the history
  7. add comment

    sokra committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    5833cfc View commit details
    Browse the repository at this point in the history