This is an issue so that we don’t forget to add support for packages that can be both required into CommonJS and imported into ESM, as native CommonJS or ESM packages in each mode (a.k.a. “dual-mode” packages).
Mentioned in #35 (comment) and #32 (comment) as a TODO item to address.
This is an issue so that we don’t forget to add support for packages that can be both
required into CommonJS andimported into ESM, as native CommonJS or ESM packages in each mode (a.k.a. “dual-mode” packages).Mentioned in #35 (comment) and #32 (comment) as a TODO item to address.