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

loader: warn when the user imports a module with a thenable namespace #20951

Closed

Commits on May 25, 2018

  1. loader: warn when the user imports a module with a thenable namespace

    A module with a thenable namespace will most likely make the import fail
    so warn the user when it happens. As an example, if your entry file
    imports a thenable namespace and expects to continue execution after
    getting it, node will currently exit with no message.
    devsnek committed May 25, 2018
    Configuration menu
    Copy the full SHA
    fc2ad59 View commit details
    Browse the repository at this point in the history