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
// import "@typespec/openapi"; // using OpenAPI; // @extension("x-foo", "Bar") // model FOo {}
format to
// using OpenAPI; // @extension("x-foo", "Bar") // import "@typespec/openapi"; // model FOo {}
This only seem to happen if you only have comments
Playground Link
The text was updated successfully, but these errors were encountered:
Fix: File with only comment and one on the first line reorder comments (
f884772
#2955) fix #2508
ef13f8f
microsoft#2955) fix microsoft#2508
timotheeguerin
Successfully merging a pull request may close this issue.
format to
This only seem to happen if you only have comments
Playground Link
The text was updated successfully, but these errors were encountered: