Marvin Hagemeister
Marvin Hagemeister
This enables support for discovering `.npmrc` in the current working directory when no `package.json` or `deno.json(c` were found. This situation can occur when the user is creating a script or...
Fixes percent encodings showing up when installing scoped packages via `deno add` or `deno install`. The issue is caused by us trying to map back the package name from the...
This PR adds a new `--unstable-node-globals` flag to expose Node globals by default. Fixes https://github.com/denoland/deno/issues/26611