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

Support intersection arrow syntax in playground #16

Open
tstirrat15 opened this issue Sep 3, 2024 · 0 comments
Open

Support intersection arrow syntax in playground #16

tstirrat15 opened this issue Sep 3, 2024 · 0 comments

Comments

@tstirrat15
Copy link

Description

Copy and paste this schema in:

definition user {}

definition group {
    relation user: user

    permission view = user
}

definition thing {
    relation group: group

    permission view = group.all(view)
}

See that you get:

Expected end of statement or definition, found: TokenTypePeriod

Note

This is a known issue; we have a beta that we're testing with it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant