microsoft / microsoft/TypeScript
regression in "key remapping breaks definition navigation"
オープン
まだ誰も着手していません。
Domain: LS: Symbol Navigation
Experience Enhancement
Help Wanted
Suggestion
- 主要言語
- Go
- スター
- 111k
- フォーク
- 14.4k
- 平均マージ
- 1日 19時間
- マージ済み PR(30日)
- 117
説明
🔎 Search Terms
key remapping breaks goto definition navigation mapped type
key remap goto def
breaks definition navigation
🕗 Version & Regression Information
- This changed between versions 4.3.5 and 4.4.4
This looks like a regression of the resolution from #47813.
⏯ Playground Link
💻 Code
interface Foo {
property: string
}
type MapItWithRemap<T> = {[P in keyof T as P extends string ? `mapped_${P}` : never]: 0}
{
let gotoDef!: MapItWithRemap<Foo>
// 0 - 4.0.5 not supported
// 4.1.5 - 4.3.5 ok
// 4.4.4+ "no definition found for 'mapped_property'"
gotoDef.mapped_property
}
🙁 Actual behavior
goto definition cannot find originating property declaration
🙂 Expected behavior
goto definition can find originating property declaration
Additional information about the issue
No response
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
リンク先の TypeScript Playground にある mapped-type の例を再現することから始め、バージョン 4.3.5 と 4.4.4 の間で動作を比較します。#47813 で報告された解決をコンテキストとして使用し、gotoDef.mapped_property の定義への移動経路を追跡します。完了の条件は、移動先が再び Foo.property に到達することです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- compilers, devtools
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100