Microsoft/TypeScript
在 GitHub 查看Document the Iterator, Iterable, IterableIterator types
Open
#49,526 建立於 2022年6月13日
BugDomain: lib.d.tsHelp Wanted
倉庫指標
- Star
- (48,455 star)
- PR 合併指標
- (平均合併 6天 17小時) (30 天內合併 9 個 PR)
描述
lib Update Request
Configuration Check
My compilation target is ES2020 and my lib is the default.
Missing / Incorrect Definition
IterableIterator, Iterable, Iterator
Sample Code
While working on some VS Code api, we realized we don't understand what an IterableIterator is compared to Iterable. It would be helpful to document these interfaces because they are used in the stdlib and for any code authors who may be using them too
const m = new Map();
m.entries() // look at type here
Documentation Link
Unsure