Logo Xantham

PackageId Type

The package boundary a symbol or type originates from, classified from its declaration's file path (decision O7). Resolution depth and reference rendering are decided per group.

Union cases

Union case Description

CompilerLib

Full Usage: CompilerLib

The compiler's own `lib.*.d.ts` (bundled with the `typescript` npm package).

Dependency string

Full Usage: Dependency string

Parameters:
    Item : string

A dependency, by npm name (`@scope/name` kept whole).

Item : string

EntryPackage

Full Usage: EntryPackage

The package being generated.

Unclassified

Full Usage: Unclassified

No declaration path to classify by - anonymous and synthetic shapes. Treated as part of the entry package, which is what they are in practice.

Instance members

Instance member Description

this.IsCompilerLib

Full Usage: this.IsCompilerLib

Returns: bool
Returns: bool

this.IsDependency

Full Usage: this.IsDependency

Returns: bool
Returns: bool

this.IsEntryPackage

Full Usage: this.IsEntryPackage

Returns: bool
Returns: bool

this.IsUnclassified

Full Usage: this.IsUnclassified

Returns: bool
Returns: bool

Type something to start searching.