babel-extract-comments
Last updated
Was this helpful?
Last updated
Was this helpful?
Uses babel (babylon) to extract JavaScript code comments from a JavaScript string or file.
Please consider following this project's author, , and consider starring the project to show your and support.
Install with :
Add to your Node.js/JavaScript project with the following line of code:
Extract code comments from the given string
.
Params
string
{String}: String of javascript
returns
{Array}: Array of code comment objects.
Example
Extract code comments from a JavaScript file.
Params
file
{String}: Filepath to the file to parse.
returns
{Array}: Array of code comment objects.
Example
You might also be interested in these projects:
Commits
Contributor
4
1
Jon Schlinkert
options
{Object}: Options to pass to .
Pull requests and stars are always welcome. For bugs and feature requests, .
(This project's readme.md is generated by , please don't edit the readme directly. Any changes to the readme must be made in the readme template.)
: Extract code comments from string or from a glob of files using esprima. |
: Uses esprima to extract line and block comments from a string of JavaScript. Also optionally… |
: Parse JavaScript code comments and generate API documentation. |
: Parse code comments from JavaScript or any language that uses the same format. |
Copyright © 2018, . Released under the .
This file was generated by , v0.6.0, on February 12, 2018.