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
Is there any particular reason for the return statement here:
return
theia/dev-packages/application-manager/src/generator/backend-generator.ts
Lines 61 to 67 in 21fa2ec
Causes issues post-processing the generated file (e.g linting) as the return statement is being used outside a function body.
p.s in v1.37 / v1.38 this is here:
theia/dev-packages/application-manager/src/generator/frontend-generator.ts
Lines 161 to 167 in d170496
The text was updated successfully, but these errors were encountered:
Same as #6675.
Sorry, something went wrong.
Do you know if there is any particular reason for it, or if it's a bug? Don't mind updating it if this is the case. Thanks!
Successfully merging a pull request may close this issue.
Is there any particular reason for the
return
statement here:theia/dev-packages/application-manager/src/generator/backend-generator.ts
Lines 61 to 67 in 21fa2ec
Causes issues post-processing the generated file (e.g linting) as the
return
statement is being used outside a function body.p.s in v1.37 / v1.38 this is here:
theia/dev-packages/application-manager/src/generator/frontend-generator.ts
Lines 161 to 167 in d170496
The text was updated successfully, but these errors were encountered: