MLH-Fellowship / babel-sandbox

Babel repl-like codesandbox: check out link =>
https://codesandbox.io/s/github/babel/sandboxes
MIT License
6 stars 3 forks source link

Add default toggling and scrolling to AST visualization #142

Closed barronwei closed 4 years ago

barronwei commented 4 years ago

This pull request moves highlighting from entire AST visualization panels to just titles as well as adds scrolling for the AST and expanded panels by default. Following AST Explorer, top node is now Program instead of File. Additionally, arrays and single element objects within arrays are toggled by default. Closes #140. Closes #141.