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
