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 ES Module loader initial implementation #1348

Merged
merged 14 commits into from
Sep 12, 2022
Merged

Add ES Module loader initial implementation #1348

merged 14 commits into from
Sep 12, 2022

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    93a386c View commit details
    Browse the repository at this point in the history
  2. Add unit tests using testdouble for dependency mocking

    Proxyquire doesn't work in an import setting, it only works with require
    jmartin4563 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    9507b44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66b1dc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77e5e7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06a70f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0b1513 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    7f19bc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c125656 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    022bf3e View commit details
    Browse the repository at this point in the history
  4. Move eslint setting to test-only eslint config

    I only added that parserOptions stanza to fix a parsing issue in my unit test file, but configuring it in the top-level eslintrc.js meant that I updated eslint to allow things that would have broken in node14. By configuring in the test-only eslint config, we limit the blast radius of this potential issue
    jmartin4563 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    063ab42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5951051 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba96f68 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    3c260d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9335a6f View commit details
    Browse the repository at this point in the history