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

Re: Re: Move to ESM #106

Merged
merged 32 commits into from
Dec 28, 2021
Merged

Re: Re: Move to ESM #106

merged 32 commits into from
Dec 28, 2021

Commits on Dec 28, 2021

  1. build(BREAKING CHANGES): add "type": "module" in package.json

    BREAKING CHANGES: drop node `< 14.3.1`
    mizdra committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    1d0756d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cae48aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44a1054 View commit details
    Browse the repository at this point in the history
  4. build: Change "module": "node12" and "module": "moduleResolution"

    … of `tsconfig.json`
    mizdra committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    03e2117 View commit details
    Browse the repository at this point in the history
  5. fix: add .js extension

    mizdra committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    888b431 View commit details
    Browse the repository at this point in the history
  6. fix: add /index.js

    mizdra committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    bfd8558 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fb215f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25a66f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab398aa View commit details
    Browse the repository at this point in the history
  10. fix: fix es module interop

    mizdra committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    be4d269 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8cfc2e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9e91c7c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    36e4c54 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d97a2b4 View commit details
    Browse the repository at this point in the history
  15. fix: convert bin/ to ESM

    mizdra committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    a932cb1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    69595d7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6db3b65 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c5dc7b0 View commit details
    Browse the repository at this point in the history
  19. fix: remove module.exports

    mizdra committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    0a980ad View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bca4371 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cdc1672 View commit details
    Browse the repository at this point in the history
  22. deps: update jest toolchain

    mizdra committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    1afa2db View commit details
    Browse the repository at this point in the history
  23. fix: make jest ESM-ready

    mizdra committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    c550aec View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f5f57f0 View commit details
    Browse the repository at this point in the history
  25. build: use custom resolver

    mizdra committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    9a33888 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    deea149 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7683a9d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    009081e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    45b5015 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2b4bd5e View commit details
    Browse the repository at this point in the history
  31. build: ignore lint error of bin/

    - `dist/index.js` does not exist before `yarn run build`
    - So if lint `bin/` before `yarn run build`, the error of `import/no-unresolved` occurs
    mizdra committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    3b79917 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    19016e1 View commit details
    Browse the repository at this point in the history