tokenize-comment@3.0.0
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-19
安装 (3.0.0)
npm install tokenize-comment@3.0.0
yarn add tokenize-comment@3.0.0
pnpm add tokenize-comment@3.0.0
bun add tokenize-comment@3.0.0
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 |