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

Fix transformation of import/requires wrapped into Promise.resolve(). #8167

Merged
merged 2 commits into from Jun 13, 2022

Commits on May 29, 2022

  1. Fix transformation of import/requires wrapped into Promise.resolve().

    There is no need to transform imports that are wrapped into Promise.resolve() because in that case it does not matter if the import is a Promise or not.
    Yoshi Jäger authored and Yoshi Jäger committed May 29, 2022
    Copy the full SHA
    1e5c77b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Update packages/transformers/js/core/src/dependency_collector.rs

    Co-authored-by: Niklas Mischkulnig <4586894+mischnic@users.noreply.github.com>
    devongovett and mischnic committed Jun 13, 2022
    Copy the full SHA
    cc369a4 View commit details
    Browse the repository at this point in the history