Tracking JavaScript Annotations Apr 6, 2014 3 min read #esprima #javascript #jstools #web One of the interesting features of Esprima is to retrieve every comment inside a JavaScript source. Even better, each comment can be linked to the related syntax node. This is very helpful (like in the case of JSDoc) since any additional information regarding the program can be provided via the comment servin