microsoft / microsoft/TypeScript
Report candidates on closing list terminators
未关闭
还没有人认领这个 Issue。
Domain: Error Messages
Effort: Difficult
Experience Enhancement
- 主要语言
- Go
- 星标
- 111k
- 派生
- 14.4k
- 平均合并
- 1 天 19 小时
- 30 天内合并 PR
- 117
描述
From @robpalme: https://twitter.com/robpalmer2/status/1190383568612184064
function base_init() {
{
}
function me() {
}
Motivation
When an ending curly brace (or similar) is missing, we can give some better hints to the user.
In some cases, this might be because a stray } throws parsing off.
Suggestion
It would be very cool to explain a possible reason that the user is getting a '}' expected error:
} ~ This '}' occurs at the same indentation level, but corresponds to a different brace.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先在链接的 TypeScript Playground 中复现该示例,并检查生成的 '}' expected 诊断。确定如何识别闭合列表终止符,以及如何报告缩进级别不匹配。完成的标准是该示例会产生建议的提示,同时不会使其他大括号解析诊断变差。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- compilers
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100