unjs / unenv

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

feat: polyfill `node:http2` module #205

Closed jculvey closed 4 months ago

jculvey commented 4 months ago

Replaces the current auto-mocking of 'http2' to support destructured ESM imports and allow for functional polyfill coverage in the future.

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

Polyfills the node:http2 module.

๐Ÿ“ Checklist

jculvey commented 4 months ago

btw I love the autofix-ci[bot]