Babel
Here are 7,491 public repositories matching this topic...
-
Updated
Jul 5, 2021 - JavaScript
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
-
Updated
Aug 3, 2021 - TypeScript
Node.js test runner that lets you develop with confidence
-
Updated
Oct 12, 2021 - JavaScript
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
-
Updated
Oct 14, 2021 - Rust
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
Oct 11, 2021 - JavaScript
-
Updated
Sep 21, 2021 - JavaScript
Expected Behavior
defaultMode is used in Grommet component along with themeMode prop to determine initial theme mode between dark and light themes. As this property is used by Grommet Theme Designer, Grommet HPE Theme and in HPE Design System I would expect it to
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
Oct 12, 2021 - JavaScript
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
Apr 30, 2021 - JavaScript
-
Updated
Oct 13, 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
A web tool to explore the ASTs generated by various parsers.
-
Updated
Sep 27, 2021 - JavaScript
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Aug 18, 2021 - 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
Sep 8, 2021 - TypeScript
-
Updated
Oct 10, 2021 - JavaScript
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?
Programmatic API (
babel.transform,babel.parse)Input code