microsoft / microsoft/TypeScript

Report candidates on closing list terminators

未关闭
#34,871 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 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() {
    
}

https://www.typescriptlang.org/play/?ssl=8&ssc=1&pln=9&pc=1#code/GYVwdgxgLglg9mABAIwIYGcCmB9GYZQAUAlIgN4BQliNiFAvhRbYqJLAogLaYnnO0GFIA

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.

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先在链接的 TypeScript Playground 中复现该示例,并检查生成的 '}' expected 诊断。确定如何识别闭合列表终止符,以及如何报告缩进级别不匹配。完成的标准是该示例会产生建议的提示,同时不会使其他大括号解析诊断变差。

由索引模型根据 Issue 内容生成。

评估

技术栈
typescript
领域
compilers
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。