microsoft / microsoft/TypeScript
Are there jsdoc supported in salsa to polyfill ?
未關閉
還沒有人認領這個 Issue。
Awaiting More Feedback
Domain: JavaScript
Suggestion
- 主要語言
- Go
- 星號
- 111k
- 分支
- 14.3k
- 平均合併
- 2 天 4 小時
- 30 天內合併 PR
- 132
描述
Suppose I was implement
Array.prototype.last = function() {
return this[this.length - 1];
};
And wish it present in the intellisense. How should I do?
If it not exist, should we have this feature?
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
未指定原始檔案或測試。首先調查 JSDoc 和 IntelliSense 目前如何表示對 JavaScript 原型的新增內容,並以 Array.prototype.last 範例作為要追蹤的案例。確認是否有受支援的註解或功能可以讓 IntelliSense 顯示 polyfill 提供的方法,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript, typescript
- 領域
- devtools
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100