For AI agents: the complete documentation index is available at /tc39-atlas/llms.txt, the full documentation bundle is available at /tc39-atlas/llms-full.txt, and this page is available as Markdown at /tc39-atlas/proposals/proposal-flatMap.md.
  • 简体中文
  • Array.prototype.{flat,flatMap} S4

    提案概览
    提案速览

    该提案旨在为 ECMAScript 添加两个数组方法:flat() 用于扁平化嵌套数组,flatMap() 用于映射元素并将结果扁平化一层。

    Note

    以下 README 来自上游仓库,其中的阶段或状态标注可能滞后;当前信息以提案概览为准。

    Array.prototype.{flat,flatMap}

    一个向 ECMAScript 添加 Array.prototype.flat以前称为 Array.prototype.flatten)和 Array.prototype.flatMap 的提案。

    状态

    此提案处于 TC39 流程 的第 4 阶段。