vbingbingv

Results 3 issues of vbingbingv

### Describe the bug - 在sandbox类型中,似乎没有了modules的定义 ![Image](https://github.com/user-attachments/assets/77fc89fc-8b4c-462b-9091-bd3b654910c3) ![Image](https://github.com/user-attachments/assets/e8811d15-e73e-4be7-8766-92f96f78a79e) - 在Garfish实例中,似乎没有了router的定义 ![Image](https://github.com/user-attachments/assets/89582545-ba0e-429e-b59b-b8994c6113a2) ### Reproduction https://github.com/vbingbingv/garfish-test ### Used Package Manager npm ### System Info ```shell System: OS: Windows 11 10.0.22621 CPU: (32)...

code here ```rust static IGNORE: &[&[u8]] = &[ b"Length", b"BBox", b"FormType", b"Matrix", b"Type", b"XObject", b"Subtype", b"Filter", b"ColorSpace", b"Width", b"Height", b"BitsPerComponent", b"Length1", b"Length2", b"Length3", b"PTEX.FileName", b"PTEX.PageNumber", b"PTEX.InfoDict", b"FontDescriptor", b"ExtGState", b"MediaBox", b"Annot",...

qiankun的微前端方案,主应用A加载子应用B,子应用B的js通过runtime-import远程加载一个umd格式的js会报错 报错信息: qiankun-addErrorHandler message: application 'qiankun-test'died in status LOADING_SOURCE_CODE: currentScript is null. 目前是稳定复现的