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

feat!: output ES modules instead of CommonJS #1205

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    7675c0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a5f2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d88b3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    102b2bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    241c0cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e673d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d990c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1a3c1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7de2b6c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b8ed7cb View commit details
    Browse the repository at this point in the history
  11. Add missing .js postfix

    MantisClone committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    bd76821 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a9161e1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3142b0e View commit details
    Browse the repository at this point in the history
  14. Migrate from typed-emitter to tiny-typed-emitter

      * Fix error: src/ethereum-storage-ethers.ts(30,35): error TS2709: Cannot use namespace 'TypedEmitter' as a type.
    MantisClone committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4c78c58 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cb3151c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b6a26b7 View commit details
    Browse the repository at this point in the history
  17. Fix instances of .js.js

    MantisClone committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    86fb453 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9aabbba View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    718a907 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    69dcebe View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    20b5d23 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    56127cb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Copy networkRpcs to hardhat.config.ts

      * Eliminate dependency on utils from smart-contracts
      * Why? Unable to call async import function in non-function export
    MantisClone committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    6035482 View commit details
    Browse the repository at this point in the history
  2. [WIP] Replace static import with dynamic import() in smart-contracts

      * Because smart-contracts is CommonJS.
      * Use dynamic import() to import ES Modules in CommonJS.
    MantisClone committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    53a2861 View commit details
    Browse the repository at this point in the history