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

fix #539. reversed table data #544

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

zhangenming
Copy link

@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

@zhangenming zhangenming changed the title fix #539. fix #539. reversed table data Nov 22, 2024
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.

1 participant