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

Inspection for <> between curly braces without named symbols? #49

Open
dnbln opened this issue Jan 19, 2022 · 1 comment
Open

Inspection for <> between curly braces without named symbols? #49

dnbln opened this issue Jan 19, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@dnbln
Copy link
Contributor

dnbln commented Jan 19, 2022

error: Using `<>` between curly braces (e.g., `{<>}`) only works when your parsed values have been given names (e.g., `<x:Foo>`, not just `<Foo>`)
@AzureMarker
Copy link
Owner

Yeah, that makes sense because that expansion looks like this (with names):

{ x: x }
// or equivalently just
{ x }

@AzureMarker AzureMarker added the enhancement New feature or request label Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants