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

chore(bench): update bench deps, add teenytest, and update bench runner for node 12+ #165

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 25, 2021

  1. fix(paths): support node 12

    - node 12 and up start throwing ERR_PACKAGE_PATH_NOT_EXPORTED if the module includes an exports key that does not explicitly expose the imported path when accessed with require.resolve
    - https://nodejs.org/docs/latest-v12.x/api/all.html#errors_err_package_path_not_exported
    - this fix removes the require.resolve resolution in order to access the truly private executables for modules that dont all expose their internals in this way
    davemo committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    2e4fae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e9d17f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b803d4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    344f28f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a76fc2 View commit details
    Browse the repository at this point in the history