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.
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 ofFile
. Additionally, arrays and single element objects within arrays are toggled by default. Closes #140. Closes #141.