PluginType
PluginType
Enum representing the type of plugin.
- Compiler: A plugin that runs at compile time.
- Runtime: A plugin that runs at runtime.
Signature
enum PluginType {
Compiler = 'compiler'
Runtime = 'runtime'
}
Enum representing the type of plugin.
enum PluginType {
Compiler = 'compiler'
Runtime = 'runtime'
}