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: ES Module #159

Merged
merged 15 commits into from Sep 24, 2021
Merged

feat: ES Module #159

merged 15 commits into from Sep 24, 2021

Commits on Sep 24, 2021

  1. feat: rewrite in ESModules

    BREAKING CHANGE: Move to ESModules instead of CommonJS
    wolfy1339 authored and gr2m committed Sep 24, 2021
    Copy the full SHA
    428042e View commit details
    Browse the repository at this point in the history
  2. feat(bin): use ESM imports

    wolfy1339 authored and gr2m committed Sep 24, 2021
    Copy the full SHA
    0a6977d View commit details
    Browse the repository at this point in the history
  3. feat(tests): Move to ESM

    wolfy1339 authored and gr2m committed Sep 24, 2021
    Copy the full SHA
    fd1033c View commit details
    Browse the repository at this point in the history
  4. fix(pkg): add "type: module"

    wolfy1339 authored and gr2m committed Sep 24, 2021
    Copy the full SHA
    20aff11 View commit details
    Browse the repository at this point in the history
  5. fix: use full relative paths

    wolfy1339 authored and gr2m committed Sep 24, 2021
    Copy the full SHA
    aaf485a View commit details
    Browse the repository at this point in the history
  6. fix: use module.createRequire() to create require()

    There isn't any stable replacement for `require.resolve` yet
    wolfy1339 authored and gr2m committed Sep 24, 2021
    Copy the full SHA
    cbc7545 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    393f545 View commit details
    Browse the repository at this point in the history
  8. feat: move index.js to ESM

    wolfy1339 authored and gr2m committed Sep 24, 2021
    Copy the full SHA
    eb045a7 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    3c20b5e View commit details
    Browse the repository at this point in the history
  10. build(deps): bump @octoit/fixtures

    wolfy1339 authored and gr2m committed Sep 24, 2021
    Copy the full SHA
    5a004a0 View commit details
    Browse the repository at this point in the history
  11. refactor(tests): move to jest

    wolfy1339 authored and gr2m committed Sep 24, 2021
    Copy the full SHA
    1927b3f View commit details
    Browse the repository at this point in the history
  12. build(package): lock file

    gr2m committed Sep 24, 2021
    Copy the full SHA
    8d02d74 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    84365a3 View commit details
    Browse the repository at this point in the history
  14. test: replace jest with uvu

    gr2m committed Sep 24, 2021
    Copy the full SHA
    e927bbc View commit details
    Browse the repository at this point in the history
  15. fix: adapt for yargs v17

    gr2m committed Sep 24, 2021
    Copy the full SHA
    f379c3a View commit details
    Browse the repository at this point in the history