chaijs / chai

BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.
https://chaijs.github.io
MIT License
8.11k stars 694 forks source link

Convert comments in "legal comments" format to jsdoc or normal comments #1598

Closed koddsson closed 7 months ago

koddsson commented 7 months ago

These are preserved by default in some bundlers (not sure why you'd bundle chai but 🤷🏻 ). Figured this was more correct than not.

See https://esbuild.github.io/api/#legal-comments

Fixes https://github.com/chaijs/chai/issues/1425