Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rocket richer keys for stage 2 #180

Merged
merged 1 commit into from
Jan 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ This list contains only stage 1 proposals and higher that have not yet been with
| | [Maximally minimal mixins][mixins] | Justin Fagnani | Justin Fagnani | <sub>[January&nbsp;2018][mixins-notes]</sub> |
| | [Getting last element of Array][arraylast] | Keith Cirkel | Keith Cirkel | <sub>[January&nbsp;2018][arraylast-notes]</sub> |
| | [Collection methods][collection-methods] | Michał Wadas | Sathya Gunasekaran | |
| | [Richer Keys][richer-keys] | Bradley Farias | Bradley Farias | <sub>[March&nbsp;2018][richer-keys-notes]</sub> |
| :rocket: | [Richer Keys][richer-keys] | Bradley Farias | Bradley Farias | <sub>[March&nbsp;2018][richer-keys-notes]</sub> |
| | [Slice notation][slice-notation] | Sathya Gunasekaran | Sathya Gunasekaran | <sub>[March&nbsp;2018][slice-notation-notes]</sub> |
| | [Logical Assignment Operators][logical-assignment] | Justin Ridgewell | Justin Ridgewell | <sub>[March&nbsp;2018][logical-assignment-notes]</sub> |
| | [Module Keys][module-keys] | Mike Samuel | Mike Samuel | <sub>[May&nbsp;2018][module-keys-notes]</sub> |
Expand Down Expand Up @@ -226,7 +226,7 @@ Note that as part of the onboarding process your repository name may be normaliz
[hashbang-grammar]: https://github.com/bmeck/proposal-hashbang
[tests-hashbang-grammar]: https://github.com/tc39/test262/pull/1983
[hashbang-notes]: https://github.com/tc39/tc39-notes/blob/master/es9/2018-11/nov-28.md#hash-bang-grammar
[richer-keys]: https://docs.google.com/presentation/d/1q3CGeXqskL1gHTATH_VE9Dhj0VGTIAOzJ1cR0dYqDBk/edit#slide=id.p
[richer-keys]: https://github.com/tc39/proposal-richer-keys
[richer-keys-notes]: https://github.com/tc39/tc39-notes/blob/master/es9/2018-03/mar-21.md#10iib-richer-keys-for-stage-1
[slice-notation]: https://github.com/gsathya/proposal-slice-notation/
[slice-notation-notes]: https://github.com/tc39/tc39-notes/blob/master/es9/2018-03/mar-22.md#slice-notation-for-stage-1
Expand Down