import { getActiveResourcesInfo } from 'node:process'; in Deno I get the error Uncaught SyntaxError: The requested module 'node:process' does not provide an export named 'getActiveResourcesInfo' so it looks like this particular API is unimplemented in Deno. I've also tried looking around in the inspector using deno run --inspect but I can't find any way to see the active resources there.