mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-17 22:13:00 -06:00
fc981e7746
These changes update the planner and wasm backend to support array and object literals. For now the literals are constructed dynamically, but in the future we could intern them. Being able to construct them dynamically will be required anyway when comprehensions are added. Fixes #1113 Signed-off-by: Torin Sandall <torinsandall@gmail.com>