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

Add support for node ESM addons #10053

Merged
merged 2 commits into from Oct 19, 2022
Merged

Add support for node ESM addons #10053

merged 2 commits into from Oct 19, 2022

Commits on Oct 17, 2022

  1. Builder supports node-ESM packages

    Co-authored-by: Robert Jackson <rjackson@linkedin.com>
    hjdivad and rwjblue committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    eac9d02 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Use await import in findBuildFile

    Also await the actual build function, so ember-cli-build.js can export
    an async builder function.
    
    Co-authored-by: Robert Jackson <rjackson@linkedin.com>
    hjdivad and rwjblue committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    fc771a4 View commit details
    Browse the repository at this point in the history