mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
This allows passing arbitrary build flags to the schema package loader, which in turn can be used to pass build constraints affecting what schema types and/or methods are visible. As a particular use case, this should make it easier to implement two-pass code generation to deal with circular imports in hooks (#892).