-
See the Svelte maintainer Tan Liu Hau (陈立豪) article "Creating custom JavaScript syntax with Babel" (September 25, 2019) available at https://lihautan.com/creating-custom-javascript-syntax-with-babel
-
Babel ast-explorer: https://lihautan.com/babel-ast-explorer/
-
Step-by-step guide for writing a custom babel transformation September 12, 2019
-
Babel macros by Tan Liu Hau
-
I Can Babel Macros (and So Can You!) by Shawn "swyx" Wang in JSConf Hawaii 2019 (Growing a Language)
-
Learning Babel Macros: ULL-ESIT-PL/learning-babel-macros by Casiano
-
babel-plugin-macros Usage for macros authors. A tutorial on how to write Babel macros by Kent C. Dodds
-
Babel flow pragma bug not finished
-
My PL notes on Babel are here: https://ull-pl.vercel.app/topics/tree-transformations/babel
-
StackOverflow: How to create a babel plugin for internal use
-
See this introduction by Matt Zeunert and the associated GitHub repository for a simple example of how to create a Babel plugin.
-
Babel Handbook at jamiebuilds/babel-handbook This document covers how to create Babel plugins.
-
Awesome Babel A list of awesome Babel plugins, presets, etc.
-
Babel plugin Remove debugger transform. This plugin removes all
debugger;
statements -
A boilerplate monorepo for people writing babel plugins in normal plugin form as well as babel-plugin-macros form by Shawn "swyx" Wang
-
JavaScript engines - how do they even? by Franziska Hinkelmann from the V8 Team. Youtubes. JSConf EU 2017
-
Parsing JavaScript - better lazy than eager? by Marja Hölttä from the V8 Team. JSConf EU 2017
-
Parsing Javascript - Programming Languages a non maintained Udacity course. 2012. The Youtube list of videos for this course
-
ECMA TC39, TC53 presentations at Youtube
-
TC39: From the Proposal to ECMAScript, Step by Step. Romulo Cintra. Feb 2024. Youtube [Slides}(https://es.slideshare.net/slideshow/from-the-proposal-to-ecmascript-step-by-step/264286515)
Same contents and title but in Porto: https://youtu.be/ZheFIz4FhXo?si=ZQqgUWdEm5EU6iAj TC39 – From the proposal to ECMAScript - Step by Step - Romulo Cintra - Fest.dev Porto, 2023
-
So how does Babel even work? by Henry Zhu. 2017. Youtube
-
On BabelJS by James Kyle. 2016. Youtube. (Slides)
-
Nicolo's talk
@babel/howto
at HolyJS in Youtube: https://youtu.be/UeVq_U5obnE?si=Vl_A49__5zgITvjx- See the associated repo at GitHub: https://github.com/nicolo-ribaudo/conf-holyjs-moscow-2019,
- Nicolo slides
- The plugin babel-plugin-transform-optional-chaining at GitHub Babel repo and the way it is used
- Web site of the HolyJS 2019 conference: https://holyjs.ru/en/archive/2019%20Moscow/
- babel-plugin-tester
-
Babel: Beyond the Basics. Sebastian McKenzie, Creator of Babel. 2015. Youtube. Slides
-
Google slides of the presentation at ÚLTIMOS AVANCES EN INFORMÁTICA 2004 XXVIII ed. "Function Expressions on the Left Side of Assignments"