Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

`extend` in generic function with parens split across lines breaks syntax highlighting

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

还没有人认领这个 Issue。

评估

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

调研方向

首先在 VS Code 中复现所提供的 TypeScript 代码片段,并检查处理函数泛型类型参数、多行带括号参数列表和箭头体的语法规则。当 return 以及文件的其余部分在这种形式下获得正确的语法高亮,且不会破坏参数列表保持在同一行的现有情况时,该 issue 即完成。

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

描述

JavaScript and TypeScript Nightly version:

Not using that extension, but here's my VSCode info:

Version: 1.97.2 (Universal)
Commit: e54c774e0add60467559eb0d1e229c6452cf8447
Date: 2025-02-12T23:20:35.343Z
Electron: 32.2.7
ElectronBuildId: 10982180
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.3.0

Code

const echo = <T extends number>(a
) => { 
  return a;
};

produces:

Image

Where return is colored incorrectly.

It works fine without the extend:

Image

Notably, this breaks the highlighting for the rest of the file.

主要语言
TypeScript
星标
471
派生
149
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

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

microsoft/TypeScript-TmLanguage 的其他 Issue

查看 microsoft/TypeScript-TmLanguage 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 发到你的邮箱

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