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: require.main undefined with createRequire() #10610

Merged
merged 24 commits into from Oct 10, 2020

Commits on Oct 8, 2020

  1. Copy the full SHA
    b2b80bf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2113906 View commit details
    Browse the repository at this point in the history
  3. update changelog

    flozender committed Oct 8, 2020
    Copy the full SHA
    a34f199 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a1ad68a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a53c7dd View commit details
    Browse the repository at this point in the history
  6. create const for path

    flozender committed Oct 8, 2020
    Copy the full SHA
    f2c990d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e3f491f View commit details
    Browse the repository at this point in the history
  8. Add TODO for path parameter

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    flozender and SimenB committed Oct 8, 2020
    Copy the full SHA
    79373ec View commit details
    Browse the repository at this point in the history
  9. remove const testPath

    flozender committed Oct 8, 2020
    Copy the full SHA
    ffdf09f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Copy the full SHA
    1704f41 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    db51908 View commit details
    Browse the repository at this point in the history
  3. Update packages/jest-runtime/src/index.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    flozender and SimenB committed Oct 9, 2020
    Copy the full SHA
    4148e9e View commit details
    Browse the repository at this point in the history
  4. Add integration test

    flozender committed Oct 9, 2020
    Copy the full SHA
    5bae7da View commit details
    Browse the repository at this point in the history
  5. whitespace

    flozender committed Oct 9, 2020
    Copy the full SHA
    a0ba65e View commit details
    Browse the repository at this point in the history
  6. Skip test on node v10

    flozender committed Oct 9, 2020
    Copy the full SHA
    4ca6caf View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. rewrite require test

    flozender committed Oct 10, 2020
    Copy the full SHA
    1af04d8 View commit details
    Browse the repository at this point in the history
  2. add newline to package.json

    flozender committed Oct 10, 2020
    Copy the full SHA
    8bdbf5d View commit details
    Browse the repository at this point in the history
  3. change min node version

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    flozender and SimenB committed Oct 10, 2020
    Copy the full SHA
    e7d7c6c View commit details
    Browse the repository at this point in the history
  4. Update e2e/require-main-after-create-require/__tests__/parent.test.js

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    flozender and SimenB committed Oct 10, 2020
    Copy the full SHA
    1119acf View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fe09bdb View commit details
    Browse the repository at this point in the history
  6. Update e2e/__tests__/requireMainAfterCreateRequire.test.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    flozender and SimenB committed Oct 10, 2020
    Copy the full SHA
    aa4c4a8 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    flozender and SimenB committed Oct 10, 2020
    Copy the full SHA
    e410eb7 View commit details
    Browse the repository at this point in the history
  8. Update packages/jest-runtime/src/index.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    flozender and SimenB committed Oct 10, 2020
    Copy the full SHA
    8c57b50 View commit details
    Browse the repository at this point in the history
  9. Update packages/jest-runtime/src/index.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    flozender and SimenB committed Oct 10, 2020
    Copy the full SHA
    e4edca5 View commit details
    Browse the repository at this point in the history