tokenize-comment@3.0.1
Uses snapdragon to tokenize a single JavaScript block comment into an object, with description, tags, and code example sections that can be passed to any other comment parsers for further parsing.
MIT
2018-11-20
安装 (3.0.1)
npm install tokenize-comment@3.0.1
yarn add tokenize-comment@3.0.1
pnpm add tokenize-comment@3.0.1
bun add tokenize-comment@3.0.1
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| snapdragon-lexer | ^4.0.0 |
devDependencies (5)
| 包名 | 版本要求 |
|---|---|
| extract-comments | ^1.0.0 |
| gulp-format-md | ^2.0.0 |
| mocha | ^5.2.0 |
| stringify-object | ^3.3.0 |
| write | ^1.0.3 |