How to use the comment-parser/parser.js function in comment-parser

To help you get started, we’ve selected a few comment-parser examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github UX-and-I / storybook-design-token / src / parsers / less.parser.ts View on Github external
private parseCommentBlock(string: string): any {
    return parseCommentBlock(`/*${string}*/`)[0];
  }
}
github UX-and-I / storybook-design-token / src / parsers / scss.parser.ts View on Github external
private parseCommentBlock(string: string): any {
    return parseCommentBlock(`/*${string}*/`)[0];
  }
}
github UX-and-I / storybook-design-token / src / parsers / css.parser.ts View on Github external
private parseCommentBlock(string: string): any {
    return parseCommentBlock(`/*${string}*/`)[0];
  }
}

comment-parser

Generic JSDoc-like comment parser

MIT
Latest version published 12 months ago

Package Health Score

74 / 100
Full package analysis