pidtree icon indicating copy to clipboard operation
pidtree copied to clipboard

Update to use ESM throughout

Open gavinaiken opened this issue 8 months ago • 0 comments

  • 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 https://github.com/simonepri/pidtree/issues/28

gavinaiken avatar Feb 28 '25 10:02 gavinaiken