Interface: EntitlementMatch
Defined in: packages/core/src/introspection/EntitlementScanner.ts:72
A single entitlement match detected in source code.
Properties
category
ts
readonly category: EntitlementCategory;Defined in: packages/core/src/introspection/EntitlementScanner.ts:74
Which entitlement category
context
ts
readonly context: string;Defined in: packages/core/src/introspection/EntitlementScanner.ts:80
Source text (context around the match)
identifier
ts
readonly identifier: string;Defined in: packages/core/src/introspection/EntitlementScanner.ts:76
The specific API/import detected
line
ts
readonly line: number;Defined in: packages/core/src/introspection/EntitlementScanner.ts:82
Line number in the source (1-based)
pattern
ts
readonly pattern: string;Defined in: packages/core/src/introspection/EntitlementScanner.ts:78
Pattern that matched