Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Uses babel (babylon) to extract JavaScript code comments from a JavaScript string or file.
Extract javascript comments on per character basis. Comment object compatible with `acorn-extract-comments` and Esprima format.
Extract code comments from string or from a glob of files using esprima.
Regular expression for matching HTML empty conditional comments
Uses esprima to extract line and block comments from a string of JavaScript. Also optionally parses code context (the next line of code after a comment).
Parse code comments from JavaScript or any language that uses the same format.
Parse JavaScript code comments and generate API documentation.
Default template used by js-comments and helper-apidocs for generating API docs.
Fast and simple way to parse code context for use with documentation from code comments. Parses context from a single line of JavaScript, for functions, variable declarations, methods, prototype properties, prototype methods etc.
Simply extract documentation comments from a source file.
A Node.js utility for removing comments from code files while preserving specified comments.
- comment removal
- code preprocessing
- code cleaning
- comment filtering
- JavaScript
- Node.js
- developer tool
- code
- cleaning
- comments
A command-line tool to scan your code for TODO and FIXME comments.
Parse a string of javascript to determine the context for functions, variables and comments based on the code that follows.
- code
- comment
- context
- declaration
- docs
- documentation
- expression
- extract
- function
- javascript
- js
- method
- parse
- property
- View more
Template helper for automatically generating API docs from code comments. Should work with any template engine.
Template helper for automatically generating API docs from code comments. This is based on helper-apidocs, but specifically for applications built-with the Template library.
Low footprint ECMAScript source code parser
C-Style source file preprocessor and comments remover for JavaScript
- code
- comments
- compact
- compilation
- conditional
- define
- files
- include
- javascript
- join
- jspp
- preprocessor
- remover
- source
Tools for parsing hint comments in Javascript code
a very small, fast(ish) module to strip (i.e. remove) comments from javascript code
Extract JavaScript code comments from a string, using `acorn`. Optionally returns the AST and first line of code after comment - useful for parsing code context and api docs.