Follow-up from Enum.StudioStyleGuideColor Not Accessible in Luau Execution
As a Roblox developer, it is currently too hard to perform CI testing of plugins because Enum.StudioStyleGuideColor is Studio-only.
Error: [05:11:19] StudioStyleGuideColor is not a valid member of "Enum"
Error: [05:11:19] Stack Begin
Error: [05:11:19] Script 'ReplicatedStorage.Packages.NexusPluginComponents.CreateFusionScope', Line 31 - function Load
Error: [05:11:19] Script 'CreateFusionScope', Line 158
Error: [05:11:19] Stack End
If Roblox is able to address this issue, it would improve my development experience because I would not need to create and maintain a wrapper to use these enums. In order to have proper warnings for unknown enums, I would need to have a generator for the enum values.