Babel
Here are 6,771 public repositories matching this topic...
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 12, 2020 - Rust
Expected Behavior
Components render without warnings.
Actual Behavior
The following seen in the browser console:
Warning: Failed prop type: Invalid prop `children` of type `object` supplied to `Menu`, expected `function`.
URL, screen shot, or Codepen exhibiting the issue
 {};
module.exports.options = PropTypes.object({
n: PropTypes.number
});Or, this can be implemented in bab
-
Updated
Dec 3, 2020 - JavaScript
-
Updated
Dec 7, 2020 - TypeScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Aug 5, 2020 - JavaScript
Created by Sebastian McKenzie, James Kyle, Henry Zhu, Logan Smyth, Daniel Tschinder
Released September 28, 2014
- Organization
- babel
- Website
- babeljs.io


Since we are now only building Babel on Node.js 14 (even if we still test it on Node.js 6), we can use native ECMAScript modules for the build scripts:
There are a bunch of scripts/tests in the
scriptsfolder: they can probably all be rewritten to ES modules.We can probably add
"type": "module"to the top