Skip to content

Commit 0c24594

Browse files
committed
Math.clamp to stage 1, per 2025.02.18 TC39
1 parent 0b10625 commit 0c24594

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stage-1-proposals.md

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Proposals follow [this process document](https://tc39.es/process-document/).
9999
| [Stabilize][stabilize] | Mark Miller<br />Chip Morningstar<br />Richard Gibson<br />Mathieu Hofman | Mark Miller<br />Chip Morningstar<br />Richard Gibson<br />Mathieu Hofman | <sub>December&nbsp;2024</sub> |
100100
| [Sync Imports][import-sync] | Guy Bedford | Guy Bedford | <sub>December&nbsp;2024</sub> |
101101
| [Curtailing the power of "Thenables"][thenables] | Matthew Gaudet | Matthew Gaudet | <sub>February&nbsp;2025</sub> |
102+
| [`Math.clamp`][clamp] | Oliver Medhurst | Oliver Medhurst | <sub>February&nbsp;2025</sub> |
102103

103104
See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposals.md), [finished proposals](finished-proposals.md), and [inactive proposals](inactive-proposals.md) documents.
104105

@@ -284,3 +285,4 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
284285
[stabilize]: https://github.com/Agoric/proposal-stabilize
285286
[import-sync]: https://github.com/guybedford/proposal-import-sync
286287
[thenables]: https://github.com/mgaudet/proposal-thennable-curtailment
288+
[clamp]: https://github.com/CanadaHonk/proposal-math-clamp

0 commit comments

Comments
 (0)