Babel topic

🐠 Babel is a compiler created by Sebastian McKenzie in 2014 to convert ES6 to ES5 (originally called 6to5). It has since become a toolchain that enables developers to write any next generation JavaScript and serves as a testing ground for proposals from TC39, the technical committee that specifies ECMAScript. Babel can also convert JSX syntax and strip out type annotations from both Flow and TypeScript. Babel is built out of plugins. Compose your own transformation pipeline using plugins written by the community or write your own.

List Babel repositories

Turn HTML imports (and export from) into constant strings

react-benchmark

112
Stars
13
Forks
Watchers

A tool for benchmarking the render performance of React components

eleventy-hast-jsx

6
Stars
1
Forks
Watchers

Use JSX as an Eleventy template language

dashboard

15
Stars
1
Forks
Watchers

Docker Host Manager from UI & API, with Traefik enabled and with limited volumes.

i18n-workbench

17
Stars
2
Forks
Watchers

The i18n workbench is a plugin based on Vscode GUI display interface, view and logic interaction to solve internationalization processing.

mithril-starter-rollup

27
Stars
2
Forks
Watchers

Mithril Starter Project with Rollup, Babel, LiveReload, Jest and ESLint

babel-plugin-react-binding

8
Stars
1
Forks
Watchers

Two way binding sugar for React

Replace serializable object literals with JSON.parse().

cv

11
Stars
0
Forks
Watchers

:star2: Awesome CV on the Web

babel-plugin-react-require

161
Stars
18
Forks
Watchers

Babel plugin that adds React import declaration if file contains JSX tags