tapjs/processinfo

esm only, support node 20.6+

Closed this issue · 1 comments

isaacs commented
  1. get rid of cjs --require support. the only use case for this will be via --loader or --import
  2. there still needs to be a cjs export for the ProcessInfo/ProcessInfoNode class, but that's all
  3. Use --import for node 20.6 and higher.

This landed on v3.

Quite a lot more commonjs support is still required, because it needs to load from globalPreload prior to node 20.6.