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 #1229 and #1235: [BREAKING] always throw ERR_REQUIRE_ESM when attempting to execute ESM as CJS, even when ESM loader is not loaded #1232

Merged
merged 5 commits into from
Feb 22, 2021

Commits on Feb 22, 2021

  1. always throw ERR_REQUIRE_ESM when attempting to execute ESM as CJS, e…

    …ven when ESM loader is not loaded
    cspotcode committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    27dbb71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    757ee79 View commit details
    Browse the repository at this point in the history
  3. cleanup

    cspotcode committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    5f809d1 View commit details
    Browse the repository at this point in the history
  4. Fix #1235

    cspotcode committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    66b2603 View commit details
    Browse the repository at this point in the history
  5. fix bug

    cspotcode committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    33fb5b2 View commit details
    Browse the repository at this point in the history