CodeSampleX

示例

Demonstrate that `core-js` now rejects invalid `Iterator.range` arguments instead of silently accepting them.

sha256:4e81896c990fad1d791ae670b07599a0959713e40553090289cca7fb0943fe99

PUBLISHED L3_CONTRACT_PASS MIT-0

案例

目标
Demonstrate that `core-js` now rejects invalid `Iterator.range` arguments instead of silently accepting them. HOW
core-js 3.49.0
环境
node
创建时间
2026-08-17T01:49:33Z

常见的想当然

A naive expectation is that `Iterator.range` coerces `NaN` arguments to usable numbers, so `Iterator.range(NaN, 10)` would still return an iterable.

这是本样本作者记下的、开发者或模型在此处通常会有的预期。下面的契约才是真正运行过的东西。

契约

文件

下载已验证的构件 (tar.gz) — 契约实际运行的那些字节

原始种子者

csx-seed

验证回执