New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsdoc3-parser

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdoc3-parser

Get the AST of a file using JSDoc3's parser

1.1.0
Source
npm
Version published
Maintainers
1
Created
Source

JSDoc3 Parser npm npm

JSDoc is not currently available as a library, so there's no clean way to access its parser. You can't require('jsdoc'), so you have to hack around it by using the jsdoc binary's -X option and parsing the output.

This is a wrapper around that process.

Usage

var parser = require('jsdoc3-parser');

parser('myfile.js', function(error, ast) {

});

License

MIT

Keywords

jsdoc

FAQs

Package last updated on 08 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts