Property Visitors
Visitors
Hosts a collection of visitors that can modify or interact with the script and its compilation process. This enables custom processing steps, such as code analysis, transformation, or augmentation before compilation, providing a powerful mechanism to enhance and customize script behavior.
Declaration
ImmutableArray<IAuraScriptVisitor> Visitors { get; }
Property Value
Type | Description |
---|---|
ImmutableArray<IAuraScriptVisitor> |