Skip to content

Commit

Permalink
Uniform Date Parse proposal to stage 1, per 2018.09.26 TC39.
Browse files Browse the repository at this point in the history
Moving inactive Date parse proposal to "inactive"
  • Loading branch information
ljharb committed Sep 26, 2018
1 parent be8ac96 commit c652157
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -55,7 +55,6 @@ This list contains only stage 1 proposals and higher that have not yet been with

| :rocket: | Proposal | Author | Champion |
| -------- | -------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------------ |
| | [`Date.parse` fallback semantics][date-parse] | Morgan Phillips | Morgan Phillips |
| | [`export v from "mod";` statements][export-from] | Lee Byron | Ben Newman<br />John-David Dalton |
| :rocket: | [Observable][observable] | Jafar Husain | Jafar Husain<br />Mark Miller |
| | [Frozen Realms][frozen-realms] | Mark Miller<br />Chip Morningstar<br />Caridy Patiño | Mark Miller<br />Chip Morningstar<br />Caridy Patiño |
Expand Down Expand Up @@ -99,6 +98,7 @@ This list contains only stage 1 proposals and higher that have not yet been with
| | [JavaScript Standard Library][standard-library] | Michael Saboff<br />Mattijs Hoitink | Michael Saboff<br />Mattijs Hoitink |
| | [`"use module"`][modules-pragma] | Dave Herman | Dave Herman |
| | [`for-in` mechanics][for-in-mechanics] | | Kevin Gibbons | Kevin Gibbons
| | [uniform parsing of quasi-standard `Date.parse` input][uniform-date-parse] | Richard Gibson | Richard Gibson

:rocket: means the champion thinks it's ready to advance but has not yet presented to the committee.

Expand Down Expand Up @@ -135,7 +135,6 @@ Note that as part of the onboarding process your repository name may be normaliz
[import-meta]: https://github.com/tc39/proposal-import-meta
[numeric_separators]: https://github.com/tc39/proposal-numeric-separator
[private-methods]: https://github.com/tc39/proposal-private-methods
[date-parse]: https://github.com/tc39-transfer/proposal-date-time-string-format
[export-from]: https://github.com/tc39/proposal-export-default-from
[observable]: https://github.com/tc39/proposal-observable
[matchall]: https://github.com/tc39/String.prototype.matchAll
Expand Down Expand Up @@ -206,3 +205,4 @@ Note that as part of the onboarding process your repository name may be normaliz
[standard-library]: https://github.com/msaboff/JavaScript-Standard-Library
[modules-pragma]: https://github.com/tc39/proposal-modules-pragma
[for-in-mechanics]: https://github.com/bakkot/for-in-exploration
[uniform-date-parse]: https://github.com/gibson042/ecma262-proposal-uniform-interchange-date-parsing
3 changes: 3 additions & 0 deletions inactive-proposals.md
Expand Up @@ -19,6 +19,7 @@ Inactive proposals are proposals that at one point were presented to the committ
| [`%constructor%.construct`][construct] | James M Snell | Withdrawn |
| [`Builtins.typeOf()` and `Builtins.is()`][is-types] | James M Snell | Withdrawn: can be solved in other ways |
| [Tagged Collection Literals][collection-literals] | Kat Marchán | Withdrawn: pursuing `when new` syntax and other alternatives |
| [`Date.parse` fallback semantics][date-parse] | Morgan Phillips | Inactive; likely replaced by [uniform parsing of quasi-standard `Date.parse` input][uniform-date-parse]

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

Expand All @@ -40,3 +41,5 @@ See also the [stage 0 proposals](stage-0-proposals.md), [active proposals](READM
[is-types]: https://github.com/jasnell/proposal-istypes
[error-stacks]: https://github.com/ljharb/proposal-error-stacks
[collection-literals]: https://github.com/zkat/proposal-collection-literals
[date-parse]: https://github.com/tc39-transfer/proposal-date-time-string-format
[uniform-date-parse]: https://github.com/gibson042/ecma262-proposal-uniform-interchange-date-parsing

0 comments on commit c652157

Please sign in to comment.