We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
这里我有一个疑问,sourceMap应该加载的是map.js文件,而这里的实现逻辑拼接的是src或者baseURL,好像不能起到调试的作用。 这里的本意是想在with语句执行报错可以映射到加载的原文件中吗,如果是这样的话baseUrl换成entry是不是更合理些,而不是删掉
Sorry, something went wrong.
sourceURL 是为了报错时 Chrome source 能跳到正确的外链 js,不是用来做 sourcemap 的,内联的 script 则没有这个问题
这里有一个疑问,添加sourceURL的动机是沙箱内执行用的createObjectURL是一个临时的地址。所有只有这个场景需要?
还有我看目前下测试用例比较少,我是在这个pr中增加上下游的测试用例,还是只测我这一个方法就好了 已提pr #2850
kuitos
No branches or pull requests
The text was updated successfully, but these errors were encountered: