### Reproduction link or steps **index.js** ```js import './foo.js' ``` **foo.js** ```js export const a = 100; ``` **index.1.js** ```js imoprt('./foo.js') ``` ### What is expected? Generate the correct output ### What is actually happening? panic ### System Info ```Shell n/a ``` ### Any additional comments? _No response_