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

Avoid creating new node processes by leveraging processAsync #57

Merged
merged 11 commits into from
Aug 4, 2021

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    7a86a71 View commit details
    Browse the repository at this point in the history
  2. remove minor version from dependencies

    remove old package
    sebastianrothe committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    f34ad52 View commit details
    Browse the repository at this point in the history
  3. remove old options

    sebastianrothe committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    c44abcc View commit details
    Browse the repository at this point in the history
  4. rewrite transformer to esm

    fix loading of config
    sebastianrothe committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    e9375c3 View commit details
    Browse the repository at this point in the history
  5. remove unused options

    esbuild is not needed anymore, since jest supports ESM now
    sebastianrothe committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    fc827e4 View commit details
    Browse the repository at this point in the history
  6. rewrite tests to ESM

    sebastianrothe committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    791a67f View commit details
    Browse the repository at this point in the history
  7. export library as ESM

    sebastianrothe committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    2e65105 View commit details
    Browse the repository at this point in the history
  8. remove old CJS tests

    sebastianrothe committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    69d1632 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b5a7c1 View commit details
    Browse the repository at this point in the history
  10. format files

    sebastianrothe committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    7b11f77 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Update src/__tests__/transformer.test.js

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    sebastianrothe and benmccann committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    014ca2f View commit details
    Browse the repository at this point in the history