unjs / unenv

🕊️ Convert javaScript code to be runtime agnostic
MIT License
340 stars 18 forks source link

feat: implement `node:assert` #273

Closed pi0 closed 1 week ago

pi0 commented 2 weeks ago

Implement node:assert and node:assert/strict based on upstream Node.js implementation

Filesystem DX is removed for portability and using ohash as simpler deep equal tool.