iFrank
iFrank
尝试改了下`rollup.esbuild.plugin.js`,现在不会报错了。但我不太熟rollup,也不知道这么改有没有什么问题...就不发PR了  ```ts const dtsResult = await this.resolve(`${id}.d.ts`, importer, { skipSelf: true }) if (dtsResult) { return } const indexDTsResult = await this.resolve(`${id}/index.d.ts`, importer, { skipSelf: true }) if (indexDTsResult)...
@ci010 npm一样会报错,rollup的问题跟包管理器没关系。改了之后it works
see #656
Same problem here. my crash report: [obs-studio#7590](https://github.com/obsproject/obs-studio/issues/7590) No solution yet.
Same here in deno 1.33.3 & v8 11.4.183.2
I ran into the same issue after Windows Update updated WSL to 2.3.11.