Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language is not properly exporting error locations when there are comments in the model #393

Open
rhamzeh opened this issue Dec 5, 2024 · 0 comments
Labels
bug Something isn't working javascript Pull requests that update Javascript code

Comments

@rhamzeh
Copy link
Member

rhamzeh commented Dec 5, 2024

Image

model
  schema 1.2

type group # module: common, file: common.fga
  relations
    define member: [user]

type user # module: common, file: common.fga

type page # module: confluence, file: confluence.fga
  relations
    define owner: member

type ticket # module: jira, file: jira.fga
  relations
    define reporter: member
@rhamzeh rhamzeh added bug Something isn't working javascript Pull requests that update Javascript code labels Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working javascript Pull requests that update Javascript code
Projects
Status: Backlog
Development

No branches or pull requests

1 participant