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

Basic support for ESM #3211

Closed
wants to merge 44 commits into from
Closed

Basic support for ESM #3211

wants to merge 44 commits into from

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    c0bb113 View commit details
    Browse the repository at this point in the history
  2. linting

    phated committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    e3139fd View commit details
    Browse the repository at this point in the history
  3. Recognize hardhat.config.cts files

    fvictorio authored and phated committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    391cd30 View commit details
    Browse the repository at this point in the history
  4. Upgrade ts-node

    fvictorio authored and phated committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    47c9117 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58629ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a47fce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b193ad3 View commit details
    Browse the repository at this point in the history
  8. yarn lockfile

    phated committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    1beda0c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6af328 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70e5caa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    59e3240 View commit details
    Browse the repository at this point in the history
  12. lint

    phated committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    d6e5e59 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f8a2b94 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    6c71044 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    758b6d1 View commit details
    Browse the repository at this point in the history
  2. Fix linter

    fvictorio committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    8d1c232 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba5ab4e View commit details
    Browse the repository at this point in the history
  4. Make fix work on windows

    fvictorio committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2489ac5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3017 from phated/phated/cts

    feat: Support .cts extension with ts-node 10+
    fvictorio committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c7bfbbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b6f607 View commit details
    Browse the repository at this point in the history
  7. Fix prettier

    fvictorio committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    17c56bc View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3155 from phated/phated/cjs

    feat: Load hardhat.config.cjs to partially support ESM projects
    fvictorio committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c93960a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0545fc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    d7664f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d7d014 View commit details
    Browse the repository at this point in the history
  3. Fix and add tests for the builtin test task

    Read the comment in `test/builtin-task/test.ts` to understand why there are so many changes in this commit.
    fvictorio committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    b6bf4c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19b9a86 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3156 from phated/phated/esm-mocha-tests

    feat: Support ESM test running via the test task
    fvictorio committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    ca906f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    972e2aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1d0afd View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Detect .cts config files

    fvictorio committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    8db3192 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    a44c600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35ca6f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    81d00f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d9450a View commit details
    Browse the repository at this point in the history
  3. Remove all esm+ts logic

    fvictorio committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    c013f6e View commit details
    Browse the repository at this point in the history
  4. Improve error message

    fvictorio committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9b69ab3 View commit details
    Browse the repository at this point in the history
  5. Handle .cjs config files

    fvictorio committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    7059076 View commit details
    Browse the repository at this point in the history
  6. Add guide about ESM

    fvictorio committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e44ce2a View commit details
    Browse the repository at this point in the history
  7. Create slimy-plums-reply.md

    fvictorio committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    cbbf229 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26c24c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd94260 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Add introducting sentence

    fvictorio committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    3f87049 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    db79940 View commit details
    Browse the repository at this point in the history