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

import-first loading of test files #4635

Merged
merged 6 commits into from May 30, 2021
Merged

Commits on May 28, 2021

  1. Copy the full SHA
    c6d44df View commit details
    Browse the repository at this point in the history
  2. change test file loading to be ESM-first

    FIrst try ESM, and only if that fails, load test file using require.
    This enables an ESM loader to have first dibs at transforming the file.
    giltayar committed May 28, 2021
    Copy the full SHA
    084b4e5 View commit details
    Browse the repository at this point in the history
  3. docs: removed reference to esm being experimental

    Also removed outdated information and references to
    the "esm" module that emulated ESM in Node.js
    giltayar committed May 28, 2021
    Copy the full SHA
    81bdaee View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3637b76 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d68d8ea View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    35a5c9f View commit details
    Browse the repository at this point in the history