Skip to content

Node 25 released and add "using bound function" sub test case#1999

Merged
ljharb merged 2 commits into
compat-table:gh-pagesfrom
sapphi-red:add-using-bound-function-test-case
Dec 23, 2025
Merged

Node 25 released and add "using bound function" sub test case#1999
ljharb merged 2 commits into
compat-table:gh-pagesfrom
sapphi-red:add-using-bound-function-test-case

Conversation

@sapphi-red

@sapphi-red sapphi-red commented Nov 18, 2025

Copy link
Copy Markdown
Contributor

This PR adds the subtest. This fails with Node 24.11. I didn't add any res entry as I wasn't sure how that should be tested. added node 24 & 25 results

https://nodejs.org/ja/blog/release/v25.0.0

fixes #1994

@ljharb

ljharb commented Nov 24, 2025

Copy link
Copy Markdown
Member

If it fails on a version of node with manual testing, please do add the entry reflecting it :-)

@sapphi-red sapphi-red changed the title add "using bound function" sub test case Node 25 released and add "using bound function" sub test case Dec 2, 2025
@sapphi-red

sapphi-red commented Dec 2, 2025

Copy link
Copy Markdown
Contributor Author

I've added the results. I also added node 25 as that passed the test. Please let me know if I should split the PR into two.

@nicolo-ribaudo nicolo-ribaudo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This passes in Firefox 147

@ljharb ljharb force-pushed the add-using-bound-function-test-case branch from 6869b5d to 2816436 Compare December 23, 2025 05:29
@ljharb ljharb merged commit 2816436 into compat-table:gh-pages Dec 23, 2025
6 checks passed
@sapphi-red sapphi-red deleted the add-using-bound-function-test-case branch December 23, 2025 10:23
Comment thread data-esnext.js
*/},
res: {
chrome143: true,
firefox147: true,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I can confirm that firefox 141, the first version with unflagged ERM support, is not affected by this bug. I will update the compat-data later today.

@JLHwung JLHwung mentioned this pull request Dec 26, 2025
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.

Add Symbol.asyncDispose bound function bug (TypeError: Symbol(Symbol.asyncDispose) is not a function)

4 participants