parse comments:解析JavaScript代码注释。 适用于块和行注释并且应与CSSLESSSASS或具有相同注释格式的任何语言一起使用 源码
解析注释 从JavaScript或使用相同格式的任何语言解析代码注释。 请考虑关注该项目的作者 ,并考虑为该项目以显示您的 :red_heart_selector: 和支持。 安装 使用安装: $ npm install --save parse-comments 用法 const Comments = require ( 'parse-comments' ) ; const comments = new Comments ( ) ; const ast = comments . parse ( str ) ; console . log ( ast ) ; 解析这样的评论: /**
文件列表
parse-comments-master.zip
(预估有个89文件)
parse-comments-master
.eslintrc.json
4KB
.gitattributes
128B
.github
.github
contributing.md
3KB
contributing.md
3KB
recipes
linter.js
181B
package.json
3B
暂无评论