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
Version: Deno 2.0.3 Last known good version: Deno 2.0.2
Run the following:
deno compile --ext js -o helloworld /dev/stdin <<<'console.log("hello world")'
Actual: throws a file not found error
Compile file:///dev/stdin to helloworld error: Writing deno compile executable to temporary file 'helloworld.tmp-7ca31622898c7656' Caused by: 0: Failed adding '/dev/stdin' 1: No such file or directory (os error 2)
Expected: succeeds with no error (in Deno 2.0.2)
Compile file:///dev/stdin to helloworld
The text was updated successfully, but these errors were encountered:
dsherret
No branches or pull requests
Version: Deno 2.0.3
Last known good version: Deno 2.0.2
Run the following:
Actual: throws a file not found error
Expected: succeeds with no error (in Deno 2.0.2)
The text was updated successfully, but these errors were encountered: