-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
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 CLI minifier segfaults on anything create by Deno bundle #324
Comments
By the way, calling |
Ok, I was just about to post the contents now. This one is just incredibly easy to reproduce. A rare bug indeed ;). |
Thanks for the bug report! I'll release a new version (very) soon! |
Released in v2.9.1, thanks! |
Linux host 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Using
v2.9.0
amd64 release binary from github.First generate a bundle with
deno bundle input.ts output.js
. The bundle works in the browser but minify cannot process it. Even something as simple as a hello world console log. It begins to output javascript to stdout and then it segfaults.Steps to ultimate life failure:
console.log('Hello world')
namedinput.ts
.deno bundle input.ts output.js
minify output.js
The text was updated successfully, but these errors were encountered: