[I] LibraryLocationContext
Defined in a library.
Properties
Section titled “Properties”| Property | Modifier | Type | Description |
|---|---|---|---|
features? | readonly | readonly string[] | Compiler features enabled for this library, as declared in the library’s own tspconfig.yaml features. Used to gate experimental features (e.g. auto-decorators) for the library’s own source files, independently of the consuming project’s config. |
flags? | readonly | PackageFlags | Module definition |
metadata | readonly | ModuleLibraryMetadata | Library metadata |
type | readonly | "library" | - |