RecipeEntryKind Type
How an [[entry]] contributes files to the crawl.
Union cases
| Union case |
Description
|
Full Usage:
AmbientRoot
|
A file added directly as a compilation root (ambient packages). |
Full Usage:
Module
|
Resolved through the package's exports map (the ecosystem's own declaration). |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAmbientRoot
Returns: bool
|
|
Full Usage:
this.IsModule
Returns: bool
|
|