openfga / language

Grammar for the OpenFGA modeling language
https://openfga.dev
Apache License 2.0
15 stars 7 forks source link

fix: allow usage of keywords in relationDef #196

Closed ewanharris closed 3 months ago

ewanharris commented 3 months ago

Description

This fixes the usage of keywords in the relationDef in a DSL, it adds to the existing tests but I'm not 100% sure if there's some avenues I might have missed (from and # maybe?)

It might be worth cherry-picking this over to the main branch (minus module/extend?) to fix there?

References

Review Checklist

ewanharris commented 3 months ago

Need to merge #195 first for the Go tests to run OK