module Ariadne::Static

def generate_constants

the component's class.
Returns a hash mapping component names to an array of the constants defined inside
def generate_constants
  Static::GenerateConstants.call
end