parse-comments icon indicating copy to clipboard operation
parse-comments copied to clipboard

Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.

Results 12 parse-comments issues
Sort by recently updated
recently updated
newest added

In /lib/index.js pls change line from: define('formatter', () => require('./formatter')); to: define('formatter', () => require('./format/formatter')); Thx!

Bump map-schema to version 0.3.0: https://npmjs.com/advisories/1012

First, it would be cool if in the tag object there is also the whole non-parsed string of the types. Second, the example case ```js /** * @param {Array|string} options.include...

Hey @jonschlinkert :) The comment's `code.context` is an empty object when using `export default`, arrow function. ```js /** * Foobar 1 with default export arrow function and typescript * and...

It can be found at https://github.com/jonschlinkert/parse-comments/blob/master/index.js#L126. And the intention of that is because it is not standard jsdoc, so syntax highlighting is different. source code ```js /** * > Make...

I know it's too old and it need some bumps soon, but just to point it. :) I believe I will come to @docksjs soon (in week or two), which...

request

Currently it won't work if you just give `@public`, instead of `@api public`. Same applies for examples which works if it find `**Example**` in codeblock, but not works if find...

consider following example `````` js /** * > Strip all code comments, but not these that are * marked as "ignored" like (`//!` and `/*!`). * Pass `opts.preserve: false` to...

I'm not sure if the issue is for here, but yea... maybe you know better, i dont have time to investigate deeper and just want to mention it Currently, using...

bug