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

finished proposals: reverse table order #544

Merged
merged 1 commit into from
Nov 23, 2024
Merged

Conversation

zhangenming
Copy link
Contributor

@zhangenming zhangenming commented Nov 22, 2024

at page https://github.com/tc39/proposals/blob/main/finished-proposals.md

run

[...$$('.react-code-lines')[0].childNodes]
.map(e=>e.innerText)
.filter(e=>e.startsWith('| ')) // startsWith('| [') // no, this has bug for `Class Fields` item line
.reverse()
.slice(0,-2) // dirty data
.join('\n')

get reversed table

and i check, use re-reverse data with origin data

Fixes #539

@zhangenming zhangenming changed the title fix #539. fix #539. reversed table data Nov 22, 2024
@ljharb ljharb changed the title fix #539. reversed table data finished proposals: reverse table order Nov 23, 2024
Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reverse sort order of finished proposals document
2 participants