Babel
Here are 6,550 public repositories matching this topic...
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 27, 2020 - JavaScript
-
Updated
Sep 27, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Sep 30, 2020 - Rust
Expected Behavior
More components in the theme object should support customization by specifying a family property for those components. I was attempting to customize List while a coworker is trying to customize Anchor. Using the extend function is a workaround for now.
Actual Behavior
Only Heading and Button support family on the theme object.
URL, screen shot,
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
Sep 16, 2020 - JavaScript
-
Updated
Aug 17, 2020 - 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
Sep 16, 2020 - JavaScript
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Sep 22, 2020 - TypeScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Aug 5, 2020 - JavaScript
-
Updated
Nov 3, 2017 - JavaScript
Created by Sebastian McKenzie, James Kyle, Henry Zhu, Logan Smyth, Daniel Tschinder
Released September 28, 2014
- Organization
- babel
- Website
- babeljs.io


Feature Request
Is your feature request related to a problem?
Consider this (invalid) code:
It throws this error:
Describe the solution you'd like
It should throw something like
If you are interested in fixing this bug, you should introduce a new error