This PR begins to expose an SPI interface for some of the enum reflection machinery that was internal. We have a bunch of tools that recreate the enumTag functionality in each respective repo, but those libraries typically also depend on case paths, so it'd be simpler to get the functionality directly.
This PR begins to expose an SPI interface for some of the enum reflection machinery that was internal. We have a bunch of tools that recreate the
enumTag
functionality in each respective repo, but those libraries typically also depend on case paths, so it'd be simpler to get the functionality directly.