denoland / deno

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

Tracking: stabilization of "patch" feature #25110

Open dsherret opened 3 weeks ago

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

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

Questions:

lucacasonato commented 3 weeks ago

I think patch is a reasonable name.