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] named/ExportMap: handle named imports from CJS modules that use dynamic import
Fix#2294
Mark ambiguous (i.e. not unambiguously ESM) modules that contain dynamic import()
so that they can be ignored like other ambiguous modules when analysing named imports.
In this way, the named rule accepts named imports from CJS modules that contain
dynamic imports.
Also fix the case where the importing module uses a require() call.
0 commit comments