Rego v1 capabilities and keywords update (#7216)

* Separating v0- and v1 keywords
* Adding `rego_v1` capability feature

Signed-off-by: Johan Fylling <johan.dev@fylling.se>
This commit is contained in:
Johan Fylling
2024-12-17 11:50:11 +01:00
committed by GitHub
parent 82b2214ef9
commit 563321d26b
38 changed files with 7246 additions and 311 deletions
+1 -9
View File
@@ -4819,12 +4819,6 @@
}
}
],
"future_keywords": [
"contains",
"every",
"if",
"in"
],
"wasm_abi_versions": [
{
"version": 1,
@@ -4836,8 +4830,6 @@
}
],
"features": [
"rule_head_ref_string_prefixes",
"rule_head_refs",
"rego_v1_import"
"rego_v1"
]
}