Microsoft/TypeScript

Document the Iterator, Iterable, IterableIterator types

开放

#49,526 创建于 2022年6月13日

 (1 条评论) (1 个反应) (0 位负责人)TypeScript (13,395 个派生)batch import
BugDomain: lib.d.tsHelp Wanted

仓库指标

星标
 (108,860 个星标)
PR 合并指标
 (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

贡献者指南