Microsoft/TypeScript

tsc build declarationMap generates incorrect mappings from JSDoc

開放

#48,087 建立於 2022年3月2日

 (2 則留言) (1 個反應) (0 位負責人)TypeScript (13,395 個分叉)batch import
BugDomain: Declaration EmitHelp Wanted

倉庫指標

星標
 (108,860 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Bug Report

🔎 Search Terms

declarationMap (declaration map) incorrect mappings JSDoc

🕗 Version & Regression Information

  • This is the behavior in every version I tried, and I reviewed the FAQ for entries
$ npx typescript@next --version
Version 4.7.0-dev.20220302

⏯ Playground Link

SourceMap visualizer with relevant code

💻 Code

Source code sample used in visualizer

🙁 Actual behavior

Go To Definition in VS Code is off by some line / columns. Source mapping visualizer seem to show that generated map is not accurate.

🙂 Expected behavior

Correct source mapping for all type definitions, including function parameters and their types.

貢獻者指南