openfga / language

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

feat(js): improve some reported errors from validating final model in modular transform #191

Closed ewanharris closed 3 months ago

ewanharris commented 3 months ago

Description

This is a start on mapping the errors raised during a modular transform back to their original source files, it's only a limited set right now but starts the basis of how we could do this.

Given we don't have validation in the Go package yet I'm not really sure what we can do to support those there :/

References

Start of #186

Review Checklist