You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: inactive-proposals.md
+6
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ Inactive proposals are proposals that at one point were presented to the committ
39
39
|[Function.pipe and flow][pipe-flow]| J.S. Choi | Withdrawn: [rejected for stage 1][pipe-flow-notes]|
40
40
|[`Symbol.thenable`][symbol-thenable]| Gus Caplan<br />Jordan Harband<br />Myles Borins | Withdrawn; changing thenability on Module Namespace objects is not web compatible, and allowing non-Promise use of "then" is not worth slowing down all Promise operations |
41
41
|[WeakRefs `cleanupSome`][cleanup-some]| Yulia Startsev<br />Daniel Ehrenberg | Withdrawn; subsumed by WebAssembly JS Promise Integration, which avoids the long task issue |
42
+
|[Operator overloading][overloading]| Daniel Ehrenberg | Withdrawn |
43
+
|[Extensible numeric literals][extensible-literals]| Daniel Ehrenberg | Withdrawn |
42
44
43
45
See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposals.md), [stage 0 proposals](stage-0-proposals.md), and [finished proposals](finished-proposals.md) documents.
44
46
@@ -89,3 +91,7 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
0 commit comments