website
website copied to clipboard
:globe_with_meridians: The Babel documentation website
This is my initial POC for Sandpack, it's reaaaally rough right now because I don't have more time today. One thing I'd like to do is wrap the existing CodeMirror...
Removed _es20015-loose_ preset & added **spec** and **loose** options to left sidebar
Added an Upload and Download button to the new options menu on REPL 2. Also added the ability to drop a file anywhere in the REPL and have the code...
Just a couple small tweaks to @hpierce1102's awesome work in https://github.com/babel/babel.github.io/pull/1126. ## Fixed contributing highlighting on top bar  ## Tweaked styles just a tad for mobile/desktop ### Desktop: ...
Fixes #1099 The links to AST-Explorer and the handbook are included in the CONTRIBUTING.md content, Though maybe they deserve their own callouts? Maybe this shouldn't be part of the top...
First naive implementation to support offline mode. Refers to issue #647 Some points: * [x] Search is broken (search will work only for already searched items because Algolia doesn't support...
Not sure what the UI for this should be though since it can get pretty crazy. Maybe should support realtime babelrc change/pasting in a babelrc?
https://babeljs.io/docs/en/babel-preset-env#how-does-it-work mentions: > We leverage these data sources to maintain [mappings of which version](https://github.com/babel/babel/blob/master/packages/babel-compat-data/data/plugins.json) of our supported target environments gained support of a JavaScript syntax or browser feature, as well...
Reading https://babeljs.io/docs/en/babel-preset-env For example https://babeljs.io/docs/en/babel-preset-env#browserslist-integration has an example where `"useBuiltIns": "entry"` is used. This will however only work if a user has added polyfills already. For many (most) new projects...