jsdoc3-parser

3.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i jsdoc3-parser

Weekly Downloads

3,311

Version

3.0.0

License

MIT

Unpacked Size

4.17 kB

Total Files

7

Last publish

Collaborators

  • mrjoelkemp