deploy_feedback
deploy_feedback copied to clipboard
Deno.version gives empty strings on Deno Deploy playground
At https://dash.deno.com/playground/
Input:
console.log(Deno.version)
Output:
gcp-us-east4 { deno: "", v8: "", typescript: "" }
Expected:
{ deno: "1.37.2", v8: "11.8.172.13", typescript: "5.2.2" }
(or equivalent)
Deno cli and deno deploy are not the same runtime
Ah, sorry, thank you for forwarding to the correct location!
Note that this is not limited to the playground: https://github.com/denoland/deploy_feedback/issues/437
Closing this as duplicate of https://github.com/denoland/deploy_feedback/issues/437