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
|
Full Usage:
CompilerLib
|
The compiler's own `lib.*.d.ts` (bundled with the `typescript` npm package). |
Full Usage:
Dependency string
Parameters:
string
|
A dependency, by npm name (`@scope/name` kept whole).
|
Full Usage:
EntryPackage
|
The package being generated. |
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
|
Full Usage:
this.IsCompilerLib
Returns: bool
|
|
Full Usage:
this.IsDependency
Returns: bool
|
|
Full Usage:
this.IsEntryPackage
Returns: bool
|
|
Full Usage:
this.IsUnclassified
Returns: bool
|
|