Chen Huang

Results 3 comments of Chen Huang

So we are using `@micro-zoe/micro-app` (https://github.com/jd-opensource/micro-app) for our micro frontend project, and we came across this issue: They strip the content of inline scripts and execute it in a Proxied...

There is also an issue with `replaceInStringLiteral` function in that replacing with `stringLiteral.value` will unescape double quotes and the such. for example ```js const styleString = "@charset \"UTF-8\";cursor: url(/__vite_dynamic_public_path__/assets/cursor.svg);" ```...