akshathank05 / esprima

Automatically exported from code.google.com/p/esprima
0 stars 0 forks source link

Parse demo needs tree UI #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is about http://www.esprima.org/demo/parse.html.

While displaying the syntax tree using object literal (JSON) is functional, 
it's not really pretty. An alternative, more visual way is to use a tree with 
collapse/expand features.

Original issue reported on code.google.com by ariya.hi...@gmail.com on 25 Nov 2011 at 6:19

GoogleCodeExporter commented 9 years ago

Original comment by ariya.hi...@gmail.com on 25 Nov 2011 at 6:20

GoogleCodeExporter commented 9 years ago

Original comment by ariya.hi...@gmail.com on 25 Nov 2011 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by ariya.hi...@gmail.com on 25 Nov 2011 at 11:05

GoogleCodeExporter commented 9 years ago
Useful tutorial: http://www.thecssninja.com/css/css-tree-menu.

Original comment by ariya.hi...@gmail.com on 24 Feb 2012 at 3:56

GoogleCodeExporter commented 9 years ago
I am building some thing using YUI 2 TreeView: 
http://developer.yahoo.com/yui/treeview/. It works on older browsers and it is 
liberally licensed (BSD).

Original comment by ariya.hi...@gmail.com on 24 Mar 2012 at 5:37

GoogleCodeExporter commented 9 years ago
Landed in https://github.com/ariya/esprima/commit/ab71a29ae4.

The easiest way to try it live is with the bleeding-edge version at 
http://esprima.googlecode.com/git/demo/parse.html.

Original comment by ariya.hi...@gmail.com on 25 Mar 2012 at 6:32