We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310b302 commit 38b7ee3Copy full SHA for 38b7ee3
1 file changed
npm/espree-browser/scripts/espree-browser-esm.html
@@ -118,7 +118,7 @@
118
//await rollup.cjs();
119
120
121
- var uint8 = await webcontainer.fs.readFile(filename);
+ var uint8 = await webcontainer.fs.readFile(filename[type]);
122
var blob = new Blob([uint8],{type:'text/javascript'});
123
var url = window.URL.createObjectURL(blob);
124
//var txt = await blob.text();
0 commit comments