forked from tc39/ecma262
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Meta: Remove proposals list and point to new repo. (tc39#567)
- Loading branch information
Showing
3 changed files
with
4 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
# Withdrawn Proposals | ||
|
||
Withdrawn proposals are proposals that at one point were presented to the committee but was subsequently abandoned. | ||
|
||
| Proposal | Champion | Rationale | | ||
|----------|----------|-----------| | ||
|[Callable class constructors](https://github.com/tc39/ecma262/blob/master/workingdocs/callconstructor.md) | Yehuda Katz and Allen Wirfs-Brock | Can be solved with decorators | | ||
| [Error.isError](https://github.com/ljharb/proposal-is-error) | Jordan Harband | Withdrawn in favor of a proposal to standardize Error stack traces | | ||
| [Set/Map.prototype.toJSON](https://github.com/DavidBruant/Map-Set.prototype.toJSON) | David Bruant and Jordan Harband | Better solved by a custom replacer function. | ||
This list has moved [here](https://github.com/tc39/proposals/blob/master/inactive-proposals.md). |