See this thread. http://groups.google.com/group/mozilla.dev.tech.js-engine.rhino/browse_thread/thread/b042ef64028b6d4b/bce8d2ef2d7e5c94
The new AST api is expected to be out with the next release. On May 18, 3:09 am, gozala <[email protected]> wrote: > Hi, > > I'm trying to parse js source using rhino and then I would like to get > a jsdoc comments which I suppose cane be collected from AstRoot via > visitComments function. Unfortunately I can't get any comment node > while I can get rest of the astNode's even visit and visitAll returns > exactly the same ammount of AstNode's. Of course source I'm parsing > has a comments. > > Do I need to do something else to get comment nodes or might I'm doing > something wrong ? > Thanks _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
