Babel
Here are 6,908 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 27, 2021 - Rust
Expected Behavior
awesome-typescript-loader is archived and no longer maintained.
We should replace this dependency with other alternatives so we wouldn't receive unmaintained warnings.
Actual Behavior
awesome-typescript-loader is currently throwing a peer-dependency warning
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 19, 2021 - JavaScript
-
Updated
Jan 15, 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 25, 2021 - JavaScript
-
Updated
Jan 25, 2021 - JavaScript
-
Updated
Jan 25, 2021 - TypeScript
-
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