mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
91027d1e26
This commit adds a new "plan" target to the compile package and build command. This targets lets users compile out query plans into bundles. This way the compiled query plan can be consumed by transpilers/interpreters outside of OPA. Fixes #4133 Signed-off-by: Torin Sandall <torinsandall@gmail.com>