A port of puppeteer running on Deno
I have a script, the only dependency is deno-puppeteer. When I compile using `deno compile -A --unstable example.js` it generates an .exe with no error. But when I run the generated `example.exe` I get the following error: ``` error: ReferenceError: joinGlobs is not defined at file://$deno$/bundle.js:13267:20 ``` I found one other GitHub issue referencing such an error here: https://github.com/denoland/deno/issues/9257#issuecomment-768553702 Tnx for a great lib!
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by roseMix and has received 1 comments.