I create free and open source software because I believe that software should be available to everyone, without having to sell your soul to a data mining corporation.
commonify - Recursively convert ESM packages to CommonJS!
| May | JUN | Jul |
| 26 | ||
| 2021 | 2022 | 2023 |

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseI create free and open source software because I believe that software should be available to everyone, without having to sell your soul to a data mining corporation.
commonify - Recursively convert ESM packages to CommonJS!
emitSuccess and emitError private
also make method private pulled out from #3791
This has caused many errors like «cannot read properies of undefined» in the wild. I think we should prevent events from being emitted after a file…