Closed as not planned
Description
Numerous issues pointed to from #32083 have people running in environments where it's not safe to emit the __esModule
property for whatever reason.
Instead of adding a flag, we could just emit (typeof exports !== 'undefined') && Object.defineProperty(...
Thoughts?