Interface SubPackageResolution<TImport>

Resolution of package or its sub-package.

Sub-package represents one of:

  • package [entry point],
  • private [subpath import], or
  • packaged file.

Type Parameters

Hierarchy

Accessors

  • get subpath(): "" | `/${string}` | `#${string}`
  • Subpath to add to package name to receive the import specifier.

    • Empty for the package itself.
    • Starts with / symbol for package [entry point] and package file.
    • Starts with # for subpath import.

    Returns "" | `/${string}` | `#${string}`

Methods

Generated using TypeDoc