Skip to content

Tracking: stabilization of "patch" feature #25110

@dsherret

Description

@dsherret
// deno.json
{
  "patch": [
    "../some-package-or-workspace"
  ]
}

#25068

Questions:

  • Is "patch" an ok name? Isn't it confusing with the idea of "patching a package" where you modify a package in the vendor or node_modules directory? What better alternatives are there?
  • Can this work with git repositories? How does that work?
  • What about patching to a remote specifier?

To implement:

Metadata

Metadata

Assignees

No one assigned

    Labels

    featnew feature (which has been agreed to/accepted)

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions