You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
general concepts applicable to other tooling/languages: parser/printer/compiler/AST/tokens/etc (thinking https://regexone.com to learn regex, or same with HTML/CSS/SQL/etc)
specific things in implementation of babel (aka how to write plugins, many examples of how to do x with examples), use babel-handbook, use code we’ve written in babel plugins or 3rd party ones.
The text was updated successfully, but these errors were encountered:
ianjennings
changed the title
[output] Display interactive documentation of babel source
Display interactive documentation of babel source
Jul 22, 2020
What I want here are popups around babel specific vocab. Maybe we can do highlighting on the configs to show what the babel properties and values mean.
From sandboxes created by ianjennings: babel#6
Teach how babel works interactively
The text was updated successfully, but these errors were encountered: