3.0.0 • Published 1 year ago

jsdoc3-parser v3.0.0

Weekly downloads
828
License
MIT
Repository
github
Last release
1 year ago

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

3.0.0

1 year ago

2.0.0

6 years ago

1.1.0

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.0

10 years ago