Steps to Reproduce:
- Import 'firebase/firestore' or any other module in a TypeScript file without specifying a default name or using a destructuring instruction.
Expected Behavior:
BeyondJS should handle imports without default names or destructuring instructions gracefully and provide a clear error message, rather than crashing.
Actual Behavior:
BeyondJS crashes with an error message when an import statement lacks a default name or destructuring instruction. The error message can be seen below:
TypeError: Cannot read properties of undefined (reading 'name')
at C:\Users\jirc4\AppData\Roaming\npm\node_modules\beyond\lib\engine\bundles\processors\ts\processor\analyzer\interface\dependencies.js:44:35
... [rest of the error message]
Additional Information:
- BeyondJS version: 1.2.0.beta.4

Steps to Reproduce:
Expected Behavior:
BeyondJS should handle imports without default names or destructuring instructions gracefully and provide a clear error message, rather than crashing.
Actual Behavior:
BeyondJS crashes with an error message when an import statement lacks a default name or destructuring instruction. The error message can be seen below:
Additional Information: