If you have a namespaced export in the code like this: ```js export * as namespace from "./module.js"; ``` It throws the error `TypeError: Cannot read properties of undefined (reading 'type')`