Babel
Here are 7,089 public repositories matching this topic...
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Apr 6, 2021 - JavaScript
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Apr 14, 2021 - TypeScript
Expected Behavior
Should be able to disable the DateInput while using typescript
Actual Behavior
If using typescript you will get an error that disabled doesn't exist on DateInput
URL, screen shot, or Codepen exhibiting the issue
Here is a link with someone stating the solution grommet/grommet#4438
Steps to Reproduce
Use the DateInput a
For the most part this just works, but functions within tagged markup get weird indent assertions, e.g.,
${collection.map((item) => {
const { prop1, prop2 } = workWith(item); // eslint: expected indentation of 4 but found 10 (indent)
return html` // eslint: expected indentation of 4 but found 10 (indent)
<${Widget} prop1=${prop1} prop2=${prop2} />
Babel Macro
-
Updated
Apr 4, 2021 - JavaScript
-
Updated
Apr 7, 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
Apr 14, 2021 - JavaScript
-
Updated
Apr 13, 2021 - JavaScript
-
Updated
Apr 9, 2021 - TypeScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Feb 12, 2021 - 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