-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Feature request for Sandbox
The problem is: developers contributing first time to Babel may/may not understand the concepts being used
Outputs we'd consider:
- Be able to highlight input code and map to AST
- Mapping between AST nodes to high-level examples (i.e.
;
is anEmptyStatement
) - For each mapping we can have definitions that explain what an
EmptyStatement
is and other examples that a developer can cycle through
Design spec:
- Lots of definitions & examples can be referenced from the Babel parser and handbook
- The highlighting should work similar to https://astexplorer.net/
UI Design:
- At the moment, it would be similar to what's available right now on sandboxes and AST Explorer
Other possibilities:
- When searching for "other examples", the added possibility to search through Github and find what other contributors previously used as examples/test cases
AjayPoshak
Metadata
Metadata
Assignees
Labels
No labels