You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#1098: ignored() bug: ESM loader will try to compile .cjs, .mjs… (#1103)
* Fix#1098: `ignored()` bug: ESM loader will try to compile .cjs, .mjs, and other unexpected file extensions
* tests: Add test matrix for ignored() to ensure only specific extensions are sent to TypeScript compiler
* feat: Changed ESM getFormat to use a Register.ignored() lookup
* Add .d.ts extension to tests
Co-authored-by: Andrew Bradley <cspotcode@gmail.com>
0 commit comments