Babel
Here are 6,592 public repositories matching this topic...
-
Updated
Oct 20, 2019 - JavaScript
React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)
-
Updated
Oct 3, 2020 - JavaScript
Node.js test runner that lets you develop with confidence
-
Updated
Oct 9, 2020 - JavaScript
A Foundation for Scalable Cross-Platform Apps
-
Updated
Oct 11, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
-
Updated
Jun 12, 2020 - JavaScript
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
-
Updated
Oct 12, 2020 - Rust
Expected Behavior
Heading should be able to fill the container space as an alternative to being a constraint to max-width, using a fill prop. Similarly to how Paragraph works with fill.
Actual Behavior
No fill option.
Thread from
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
A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)
-
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
A web tool to explore the ASTs generated by various parsers.
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Oct 8, 2020 - TypeScript
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
An upgradable boilerplate for Progressive web applications (PWA) with server side rendering, build with SEO in mind and achieving max page speed and optimized user experience.
-
Updated
Aug 5, 2020 - JavaScript
Create an isomorphic React app in less than 5 minutes
-
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


Since we are now only building Babel on Node.js 14 (even if we still test it on Node.js 6), we can use native ECMAScript modules for the build scripts:
There are a bunch of scripts/tests in the
scriptsfolder: they can probably all be rewritten to ES modules.We can probably add
"type": "module"to the top