没有合适的资源?快使用搜索试试~ 我知道了~
rewrite-exports:将export语句重写为module.exports; 通过RegExp
共9个文件
json:2个
js:2个
gitignore:1个
需积分: 10 0 下载量 117 浏览量
2021-02-22
20:08:56
上传
评论
收藏 10KB ZIP 举报
温馨提示
重写出口 使用正则表达式将各种export语句转换为module.exports定义。 在很大程度上受到启发,并希望是相辅相成的! 安装 $ npm install --save rewrite-exports 用法 const rExports = require ( 'rewrite-exports' ) ; rExports ( 'export default 42' ) ; //=> module.exports = 42 rExports ( 'export default function () { }' ) ; //=> module.exports = function () { } rExports ( 'export { default } from "./src";' , 'foo' , 'bar' ) ; //=> foo = bar("./src")
资源推荐
资源详情
资源评论
收起资源包目录
rewrite-exports-master.zip (9个子文件)
rewrite-exports-master
.travis.yml 107B
.eslintrc 793B
index.js 3KB
test.js 4KB
package.json 581B
package-lock.json 15KB
.gitignore 28B
README.md 1KB
.gitattributes 24B
共 9 条
- 1
资源评论
实践千百次练习而
- 粉丝: 29
- 资源: 4610
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功