# babel-handbook **Repository Path**: ctrlv-git/babel-handbook ## Basic Information - **Project Name**: babel-handbook - **Description**: No description available - **Primary Language**: JavaScript - **License**: CC-BY-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-21 - **Last Updated**: 2025-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: forked ## README # Babel Handbook Written by [Jamie Kyle](https://jamie.build/) A guided handbook on how to use Babel and how to create plugins for Babel. **Translations** - [English](https://github.com/thejameskyle/babel-handbook/tree/master/translations/en/README.md) - [Afrikaans](https://github.com/thejameskyle/babel-handbook/tree/master/translations/af/README.md) - [العربية](https://github.com/thejameskyle/babel-handbook/tree/master/translations/ar/README.md) - [Català](https://github.com/thejameskyle/babel-handbook/tree/master/translations/ca/README.md) - [Čeština](https://github.com/thejameskyle/babel-handbook/tree/master/translations/cs/README.md) - [Dansk](https://github.com/thejameskyle/babel-handbook/tree/master/translations/da/README.md) - [Deutsch](https://github.com/thejameskyle/babel-handbook/tree/master/translations/de/README.md) - [Ελληνικά](https://github.com/thejameskyle/babel-handbook/tree/master/translations/el/README.md) - [Español](https://github.com/thejameskyle/babel-handbook/tree/master/translations/es-ES/README.md) - [فارسی](https://github.com/thejameskyle/babel-handbook/tree/master/translations/fa-IR/README.md) - [Français](https://github.com/thejameskyle/babel-handbook/tree/master/translations/fr/README.md) - [עִברִית](https://github.com/thejameskyle/babel-handbotree/master/ok/translations/he/README.md) - [Italiano](https://github.com/thejameskyle/babel-handbook/tree/master/translations/it/README.md) - [日本語](https://github.com/thejameskyle/babel-handbook/tree/master/translations/ja/README.md) - [한국어](https://github.com/thejameskyle/babel-handbook/tree/master/translations/ko/README.md) - [Magyar](https://github.com/thejameskyle/babel-handbook/tree/master/translations/hu/README.md) - [Nederlands](https://github.com/thejameskyle/babel-handbook/tree/master/translations/nl/README.md) - [Norsk](https://github.com/thejameskyle/babel-handbook/tree/master/translations/no/README.md) - [Polskie](https://github.com/thejameskyle/babel-handbook/tree/master/translations/pl/README.md) - [Português](https://github.com/thejameskyle/babel-handbook/tree/master/translations/pt-PT/README.md) - [Português (Brasil)](https://github.com/thejameskyle/babel-handbook/tree/master/translations/pt-BR/README.md) - [Română](https://github.com/thejameskyle/babel-handbook/tree/master/translations/ro/README.md) - [Русский](https://github.com/thejameskyle/babel-handbook/tree/master/translations/ru/README.md) - [Српски језик (Ћирилица)](https://github.com/thejameskyle/babel-handbook/tree/master/translations/sr/README.md) - [Suomi](https://github.com/thejameskyle/babel-handbook/tree/master/translations/fi/README.md) - [Svenska](https://github.com/thejameskyle/babel-handbook/tree/master/translations/sv-SE/README.md) - [Türkçe](https://github.com/thejameskyle/babel-handbook/tree/master/translations/tr/README.md) - [Tiếng Việt](https://github.com/thejameskyle/babel-handbook/tree/master/translations/vi/README.md) - [Українська](https://github.com/thejameskyle/babel-handbook/tree/master/translations/uk/README.md) - [中文](https://github.com/thejameskyle/babel-handbook/tree/master/translations/zh-Hans/README.md) - [繁體中文](https://github.com/thejameskyle/babel-handbook/tree/master/translations/zh-Hant/README.md) **[Request another translation](https://github.com/thejameskyle/babel-plugin-handbook/issues/new?title=Translation%20Request:%20[Please%20enter%20language%20here]&body=I%20am%20able%20to%20translate%20this%20language%20[yes/no])** If you are reading a non-English translation of this document you will find a number of English words that are programming concepts. If these were translated to other languages there would be a lack of consistency and fluency when reading about them. In many cases you will find the literal translation followed by the English term in parenthesis `()`. For example: Abstract Syntax Trees (ASTs). Special thanks to [@sebmck](https://github.com/sebmck/), [@hzoo](https://github.com/hzoo), [@jdalton](https://github.com/jdalton), [@abraithwaite](https://github.com/abraithwaite), [@robey](https://github.com/robey), and others for their amazing help on this handbook.