Babel
Here are 6,893 public repositories matching this topic...
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Dec 14, 2020 - JavaScript
-
Updated
Jan 19, 2021 - JavaScript
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Jan 20, 2021 - Rust
As said, TableCell align prop is not documented on the doc. it just appear as a theme option but it works as props.
Babel Macro
It would be nice to have a babel macro that automatically runs the babel plugin to remove the runtime. That way, this project would work out of the box with "zero" config tools like create-react-app.
I'm thinking it could be something like:
import {html} from 'htm/preact/macro'This is similar conceptually to CSS-IN-JS libraries providing a macro for their tools. See https://e
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
Jan 19, 2021 - JavaScript
Validate the entire tree of options passed to preset.
Maybe, each plugin can export a list of options that only babili preset understands and we can validate them only when using the preset and not when using the plugin separately.
module.exports = function plugin() {};
module.exports.options = PropTypes.object({
n: PropTypes.number
});Or, this can be implemented in bab
-
Updated
Jan 13, 2021 - JavaScript
-
Updated
Dec 7, 2020 - TypeScript
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Dec 28, 2020 - JavaScript
Created by Sebastian McKenzie, James Kyle, Henry Zhu, Logan Smyth, Daniel Tschinder
Released September 28, 2014
- Organization
- babel
- Website
- babeljs.io
Bug Report
Current behavior
No core-js polyfills in the final bundle.
Since babel/babel#10862 the core-js polyfill paths always have
.jsextension.In
shouldReplacefunction https://github.com/babel/babel/blob/41085248560b1403b8d0f99f108491e679531c6c/packages/babel-preset-env/src/polyfills/corejs3/entry-plugin.js#L52-L64the module path is compared wi