mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
69a4f3d769
Repeating the name of the file in each location is often redundant, and large AST trees carry thousands of these attributes. Providing an option to have them removed at least for serialization (as anything more would be a breaking change) seems like a good compromise. For reference, see https://github.com/StyraInc/regal/issues/408 Signed-off-by: Anders Eknert <anders@styra.com>