We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://rescript-lang.org/try?version=v11.0.0-rc.6&code=AIVwdgRg9gHgpgEwFABcCeAHOACAhmAZwHc4AnbAXiW2wB9sAVOGFACgJVIEswBzASmp1sAWRAAbFFwDKccXADGbXKVK40AHg7c+APkE16AeRQALMqwDewXAVYAiAGoBBADIBVAKL3+2AG644iBwAFzY2jy8ADQAvoIA9PHYAMJQALYYXPIE2PG0ADpISKCQsIiomDj4xGSUQvRMLOyckQbCYpIycorKqupaLXptxmYW1rYOLh7evgFBoeGDvHFIidgAQiAo2ABmUKRpuCgotaRwaVB+cDmj2Arph1HYRKZcCqbYEGe4ANY35tgMCoCGQgA
The text was updated successfully, but these errors were encountered:
Fix issue where an inline record with attributes did not parse.
0cee83f
This did not parse without a `,` after the field: ```res type inlineWithAttrs = | A({@as("VALUE") value: string}) ``` Fixes #6497
56cc5f7
2a37c94
Successfully merging a pull request may close this issue.
https://rescript-lang.org/try?version=v11.0.0-rc.6&code=AIVwdgRg9gHgpgEwFABcCeAHOACAhmAZwHc4AnbAXiW2wB9sAVOGFACgJVIEswBzASmp1sAWRAAbFFwDKccXADGbXKVK40AHg7c+APkE16AeRQALMqwDewXAVYAiAGoBBADIBVAKL3+2AG644iBwAFzY2jy8ADQAvoIA9PHYAMJQALYYXPIE2PG0ADpISKCQsIiomDj4xGSUQvRMLOyckQbCYpIycorKqupaLXptxmYW1rYOLh7evgFBoeGDvHFIidgAQiAo2ABmUKRpuCgotaRwaVB+cDmj2Arph1HYRKZcCqbYEGe4ANY35tgMCoCGQgA
The text was updated successfully, but these errors were encountered: