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
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
The text was updated successfully, but these errors were encountered:
Ok, so I should parse specs.md into a JSON
And that can be used later to generate the hovering definition
And if we can incorporate the ASTExplorer then we will be able to tell the node type
From sandboxes created by wlawt: babel#3
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:
;
is anEmptyStatement
)EmptyStatement
is and other examples that a developer can cycle throughDesign spec:
UI Design:
Other possibilities:
The text was updated successfully, but these errors were encountered: