Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Strategy

Enumeration members

Enumeration members

CACHE

CACHE: = `cache`

If set, the suggest engine will offer to fulfill the request based on the versions of the package that are already within our cache.

KEEP

KEEP: = `keep`

If set, the suggest engine will offer to keep the current version if the local workspace already depends on it.

LATEST

LATEST: = `latest`

If set, the suggest engine will offer to fulfill the request by using whatever <request-name>@latest would return.

PROJECT

PROJECT: = `project`

If set, the suggest engine will offer to fulfill the request by using any workspace whose name would match the request.

REUSE

REUSE: = `reuse`

If set, the suggest engine will offer to fulfill the request by looking at the ranges currently used by the other workspaces in the project.

Generated using TypeDoc