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
Regressed in #24206.
(This is in a basic project with an empty deno.json and just a main.ts that imports from node:process)
deno.json
main.ts
node:process
On the previous commit:
❯ deno upgrade --canary --version 341913319c1167011d71d899a101824c8fae86c2 ❯ deno --version deno 1.44.2+3419133 (canary, aarch64-apple-darwin)
After PR merged (and the same in 1.44.4 and latest canary):
1.44.4
❯ deno upgrade --canary --version 5dec3fd4b75a59574e5aeed4e927d8e3e0c1c683 ❯ deno --version deno 1.44.2+5dec3fd (canary, aarch64-apple-darwin)
The text was updated successfully, but these errors were encountered:
What's the project configuration / structure?
Edit: Was able to reproduce the issue, weirdly it doesn't work for me on 1.44.2 either though.
Sorry, something went wrong.
@Hajime-san Please check on deno upgrade --canary, that issue should be fixed already.
deno upgrade --canary
Thanks! It seems to be fixed in canary.
nayeemrmn
Successfully merging a pull request may close this issue.
Regressed in #24206.
(This is in a basic project with an empty
deno.json
and just amain.ts
that imports fromnode:process
)On the previous commit:
After PR merged (and the same in
1.44.4
and latest canary):The text was updated successfully, but these errors were encountered: