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
This will be very tricky to solve for since you would need to recursively load the module source and call getEsmExports() at each level. And this would make loading all those modules slower I would assume since you're avoiding the import/require cache I think right?
Expected Behavior
Given a module like:
When IITM-ing this module I should get no errors when intercepting the import.
Actual Behavior
This error is thrown:
This is because the ExportAllDeclaration case where
node.exported
isnull
is explicitly handled by pushing the exported name as"*"
.Specifications
The text was updated successfully, but these errors were encountered: