Skip to content

core(legacy-javascript): update caniuse data#16699

Merged
connorjclark merged 6 commits intomainfrom
update-caniuse-2025
Sep 25, 2025
Merged

core(legacy-javascript): update caniuse data#16699
connorjclark merged 6 commits intomainfrom
update-caniuse-2025

Conversation

@connorjclark
Copy link
Collaborator

@connorjclark connorjclark commented Sep 25, 2025

Since updating to Node 22 this was crashing in CI (but never locally). I thought updating the data could resolve it, but it didn't. Then I thought updating browserify might, but it didn't. Then I found that disabling v8's compile cache could be a workaround, and it was.

Not sure how the compile cache is a problem now. core/scripts/legacy-javascript/run.js doesn't do worker threads, and every file it bundles is done in a separate node process, so I would assume it wouldn't share any cache. shrug.

@connorjclark connorjclark requested a review from a team as a code owner September 25, 2025 21:41
@connorjclark connorjclark requested review from paulirish and removed request for a team September 25, 2025 21:41
@connorjclark connorjclark merged commit c31d69a into main Sep 25, 2025
29 checks passed
@connorjclark connorjclark deleted the update-caniuse-2025 branch September 25, 2025 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant