Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The ES modules build (which is only used by embroider, not classic builds) includes several empty modules. They're type-only, and result in empty files after transpiling typescript. This isn't necessarily wrong but it's unnecessary and it can trigger bugs in systems that are trying to use the presence of import/export to detect ESM format. (cherry picked from commit 70caf04)
- Loading branch information