unjs / unenv

๐Ÿ•Š๏ธ Convert javaScript code to be runtime agnostic
MIT License
342 stars 18 forks source link

feat: polyfill `node:inspector` and `node:inspector/promises` #207

Closed jculvey closed 1 month ago

jculvey commented 1 month ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

๐Ÿ“ Checklist

Adds a polyfill for the node:inspector and node:inspector/promises modules. Also creates a general purpose mock for the Disposable type.