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
enum Foo { ...Direction, `North East`, `North West`, `South East`, `South West`, }
The text was updated successfully, but these errors were encountered:
Improve TM language for enums, unions and escaped identifiers (#3069)
ce9c567
resolves #3070 The tm language wasn't correctly defining the syntax for escaped identifiers ``` `North West` ``` Enums and unions syntax was also not very accurate and didn't tokenize everything correctly ## Example of issue before ![image](https://github.com/microsoft/typespec/assets/1031227/ee60f4fe-5eef-4f86-baa5-1cc96b665526) ## After ![image](https://github.com/microsoft/typespec/assets/1031227/38405f18-0fa4-44ba-82f6-594bcd4fcebf)
timotheeguerin
Successfully merging a pull request may close this issue.
Describe the bug
Reproduction
Checklist
The text was updated successfully, but these errors were encountered: