Closed Demivan closed 11 months ago
The updates reflect a modernization effort, transitioning from CommonJS to ESModule syntax for improved compatibility with modern JavaScript practices.
File Path | Change Summary |
---|---|
eslint.config.js |
Transitioned from CommonJS (require , module.exports ) to ESModule (import , export default ). |
.github/workflows/test.yml |
Modified script execution from build-examples.mjs to build-examples.js , altering file extension. |
🐇✨ In the realm of code, a leap we take, From old to new, for progress' sake. With
import
bright andexport
clear, The Rabbit's work, now modern and dear. 🚀🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
35b7776
) 75.49% compared to head (1600310
) 75.49%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add
type: "module"
and adjust exports