meteor / reify

Enable ECMAScript 2015 modules in Node today. No caveats. Full stop.
MIT License
6 stars 3 forks source link

Fix/setting es module export #2

Closed zodern closed 2 years ago

zodern commented 2 years ago

Avoids an error if the file was already compiled by babel, and babel added the line exports.__esModule = true. Fixes https://github.com/meteor/meteor/issues/12035

CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: zodern
:x: dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

denihs commented 2 years ago

Version 0.24.0 published. I've opened a PR on Meteor updating the version https://github.com/meteor/meteor/pull/12055.