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
解析不出 controller action
// app/router.ts router .get( 'path/to/foo', middlewareBar, // 注意末尾有逗号 app.controller.foo.action, )
34, 35行解析得太理想化了,建议在单元测试中补充边界case。
The text was updated successfully, but these errors were encountered:
问题表现 解析不出 controller action 复现数据示例 // app/router.ts router .get( 'path/to/foo', middlewareBar, // 注意末尾有逗号 app.controller.foo.action, ) 根本原因 34, 35行解析得太理想化了,建议在单元测试中补充边界case。
👍🏻,欢迎提PR哦!
Sorry, something went wrong.
No branches or pull requests
问题表现
解析不出 controller action
复现数据示例
根本原因
34, 35行解析得太理想化了,建议在单元测试中补充边界case。
The text was updated successfully, but these errors were encountered: