babel normalize comments:将注释合并到一个标准化字符串中 源码
巴别规范化评论 将注释合并到一个规范化的字符串中 以多种不同的注释样式保留缩进 安装 yarn add babel-normalize-comments 用法 const babylon = require('babylon'); const { normalizeComments, normalizeComment } = require('babel-normalize-comments'); let ast = babylon.parse(code); // normalize an array of comment nodes normalizeComments(ast.comment
文件列表
babel-normalize-comments-master.zip
(预估有个10文件)
babel-normalize-comments-master
.travis.yml
120B
index.js
2KB
test.js
2KB
flow-typed
npm
jest_v21.x.x.js
18KB
.flowconfig
48B
package.json
727B
LICENSE
1KB
暂无评论