Skip to content

issues Search Results · repo:jonschlinkert/parse-comments language:JavaScript

Filter by

17 results
 (213 ms)

17 results

injonschlinkert/parse-comments (press backspace or delete to remove)

Source File ?php /** * fruithost | OpenSource Hosting * * @author Adrian Preuß * @version 1.0.0 * @license MIT */ namespace fruithost\Accounting; use fruithost\Localization\I18N; use fruithost\Network\Response; ...
  • Bizarrus
  • Opened 
    on Sep 9, 2024
  • #24

In /lib/index.js pls change line from: define( formatter , () = require( ./formatter )); to: define( formatter , () = require( ./format/formatter )); Thx!
  • lacmuch
  • 1
  • Opened 
    on Sep 16, 2020
  • #20

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 /** * @param {Array string |string} options.include - glob patterns * @param ...
  • tunnckoCore
  • Opened 
    on Jan 18, 2020
  • #17

Hello, this project is really helpful for me. I suppose that it could be better to support any custom comment strings instead of fixed string /* because parse-comments aims to support any languages, I ...
  • lyingdragon
  • 5
  • Opened 
    on Jan 14, 2020
  • #16

Hey @jonschlinkert :) The comment s code.context is an empty object when using export default, arrow function. /** * Foobar 1 with default export arrow function and typescript * and empty code.context ...
  • tunnckoCore
  • 4
  • Opened 
    on Sep 21, 2019
  • #15

The set-value package should be updated to avoid vulnerabilities, as per this npm audit: image
  • JonatanS
  • 1
  • Opened 
    on Aug 23, 2019
  • #14

Overview lodash version in dependencies is out of date. Should raise the version. Details $ npm i audited 2974 packages in 3.724s found 1 low severity vulnerability run `npm audit fix` to fix them, ...
  • takanakahiko
  • Opened 
    on Nov 6, 2018
  • #12

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 ...
  • tunnckoCore
  • 4
  • Opened 
    on Jan 18, 2017
  • #10

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 would be great for such things using plugins. :) for example that ...
request
  • tunnckoCore
  • Opened 
    on Sep 22, 2016
  • #9

consider following example /** * Strip all code comments, but not these that are * marked as ignored like (`//!` and `/*!`). * Pass `opts.preserve: false` to remove even them. * * **Example** ...
  • tunnckoCore
  • Opened 
    on Feb 7, 2016
  • #8
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub