babel-extract-comments:使用babel从字符串中提取JavaScript代码注释。 返回带有行,列,索引,注释类型和注释字符串的注释对象数组

时间:2024-02-20 21:07:55
【文件属性】:

文件名称:babel-extract-comments:使用babel从字符串中提取JavaScript代码注释。 返回带有行,列,索引,注释类型和注释字符串的注释对象数组

文件大小:274KB

文件格式:ZIP

更新时间:2024-02-20 21:07:55

nodejs javascript babel parse extract

babel-extract-comments 使用babel(巴比伦)从JavaScript字符串或文件中提取JavaScript代码注释。 请考虑关注该项目的作者 ,并考虑为该项目以显示您的 :red_heart_selector: 和支持。 安装 使用安装: $ npm install --save babel-extract-comments 用法 使用以下代码行将其添加到您的Node.js / JavaScript项目中: const extract = require ( 'babel-extract-comments' ) ; API 从给定的string提取代码注释。 参数 string {String} :JavaScript字符串 returns {Array} :代码注释对象的数组。 例 var extract = require ( 'babel-extract-comments' ) ; console . log ( extract ( '// this is a code comment' ) ) ; // [{ type: 'CommentBl


【文件预览】:
babel-extract-comments-master
----.eslintrc.json(4KB)
----.gitattributes(237B)
----.verb.md(179B)
----.travis.yml(118B)
----LICENSE(1KB)
----test()
--------fixtures()
--------test.js(2KB)
----README.md(5KB)
----.editorconfig(289B)
----.gitignore(302B)
----index.js(2KB)
----package.json(1KB)

网友评论