unjs / unenv

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

feat(node:console): polyfill `node:console` module #189

Closed jculvey closed 1 month ago

jculvey commented 1 month ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

Adds a polyfill for the node:console module.

๐Ÿ“ Checklist

IgorMinar commented 1 month ago

LGTM! I'm guessing that we'll need to squash this PR before/during merging. But I'm not quite sure what's the norm in this repo.

pi0 commented 1 month ago

I'm guessing that we'll need to squash this PR before/during mergin

Across unjs repos, squash is default :)

pi0 commented 1 month ago

Few suggestions:

pi0 commented 1 month ago

Thanks!