Skip to content

Conversation

@gavinaiken
Copy link

  • all files changed from CJS / require to ESM / import
  • update dev dependencies to latest versions, except for AVA (latest version of that removes callback support)
  • update tests to be compatible with AVA changes
  • switch to sinon instead of mockery as mockery was not working with ESM imports
  • switch to c8 instead of nyc - drop in replacement which handles ESM correctly

Resolves #28

- all files changed from CJS / require to ESM / import
- update dev dependencies to latest versions, except for AVA (latest version of that removes callback support)
- update tests to be compatible with AVA changes
- switch to sinon instead of mockery as mockery was not working with ESM imports
- switch to c8 instead of nyc - drop in replacement which handles ESM correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pidtree upsets the ESM parser in node 22

1 participant