denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
98.19k stars 5.41k forks source link

Tracking: stabilization of "patch" feature #25110

Open dsherret opened 3 months ago

dsherret commented 3 months ago
// deno.json
{
  "patch": [
    "../some-package-or-workspace"
  ]
}

https://github.com/denoland/deno/pull/25068

Questions:

To implement:

lucacasonato commented 3 months ago

I think patch is a reasonable name.

Hajime-san commented 1 month ago

Hi, I created a minimal example for the current patch feature. If you find any mistakes, please let me know.

birkskyum commented 1 month ago

does this do something similar to pnpm patch https://pnpm.io/cli/patch? because then patch is a great name.