website icon indicating copy to clipboard operation
website copied to clipboard

update REPL core-js to 3.16

Open JLHwung opened this issue 4 years ago • 2 comments

The core-js version in builtin REPL is out of dated, which is confusing users as in https://github.com/babel/babel/issues/13701.

This PR updates core-js version to latest 3.16, so features like String#replaceAll can be properly polyfilled.

JLHwung avatar Aug 24 '21 15:08 JLHwung

✔️ Deploy Preview for babel ready!

🔨 Explore the source changes: 50e410f239143e74dc96fecf64f9305c9ad2b92c

🔍 Inspect the deploy log: https://app.netlify.com/sites/babel/deploys/612513215891f000082a4c0f

😎 Browse the preview: https://deploy-preview-2569--babel.netlify.app

netlify[bot] avatar Aug 24 '21 15:08 netlify[bot]

The preview REPL does not polyfill replaceAll either, I will investigate what is going on.

JLHwung avatar Aug 24 '21 16:08 JLHwung

Superseded by https://github.com/babel/website/pull/2630.

liuxingbaoyu avatar Aug 30 '22 11:08 liuxingbaoyu