Babel
Here are 7,585 public repositories matching this topic...
-
Updated
Jul 5, 2021 - JavaScript
-
Updated
Aug 3, 2021 - TypeScript
-
Updated
Nov 19, 2021 - JavaScript
-
Updated
Nov 20, 2021 - Rust
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Sep 21, 2021 - JavaScript
The ability to view Storybook stories with different themes was added in grommet/grommet#5674.
We need to make adjustments to the stories component by component to take advantage of the theming ability. The Button stories are currently using this enhancement and can be viewed on storybook. While
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
Nov 19, 2021 - JavaScript
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Nov 17, 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
Nov 20, 2021 - JavaScript
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Aug 18, 2021 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Nov 19, 2021 - JavaScript
in my old project , using webpack 1.x. And I use esbuild-loader replace babel-loader will print error
` building for production.../Users/wanglihui/WebstoreProject/onionfph5/project/node_modules/esbuild-loader/dist/plugin.js:12
compiler.hooks.thisCompilation.tap('esbuild', compilation => {
^
TypeError: Cannot read property 'thisCompilation' of undefined
Created by Sebastian McKenzie, James Kyle, Henry Zhu, Logan Smyth, Daniel Tschinder
Released September 28, 2014
- Organization
- babel
- Website
- babeljs.io


How are you using Babel?
Other (Next.js, Gatsby, vue-cli, ...)
Input code
This lines from
node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.jsshould be