没有合适的资源?快使用搜索试试~ 我知道了~
cjs2esm:将使用CommonJS的项目转换为ES模块
共40个文件
js:11个
md:3个
gitignore:2个
需积分: 39 2 下载量 175 浏览量
2021-03-07
18:03:27
上传
评论
收藏 181KB ZIP 举报
温馨提示
CJS 2 ESM 将使用CommonJS的项目转换为ES模块。 :memo: 介绍 如果您想知道我为什么要构建此文件,请转到“部分。 您可以使用此工具将使用CommonJS的项目转换为ES Modules,并将其准备好用于Node v14 ,具有ESM支持的任何模块捆绑程序,甚至可以 。 此工具在内部使用进行从的转换,并创建了一个额外的来修复丢失的扩展名。 :high_voltage: 例子 要求 const { Jimpex } = require ( 'jimpex' ) ; const ObjectUtils = require ( 'wootils/shared/objectUtils' ) ; require ( './homer0' ) ; // Becomes import { Jimpex } from 'jimpex' ; import ObjectUtils from 'wootils/sh
资源推荐
资源详情
资源评论
收起资源包目录
cjs2esm-master.zip (40个子文件)
cjs2esm-master
.eslintrc 116B
.gitattributes 17B
utils
scripts
prepare 29B
lint 27B
todo 37B
lint-all 46B
test 39B
prepublishOnly 28B
docs 34B
.github
PULL_REQUEST_TEMPLATE.md 113B
workflows
test.yml 600B
release.yml 914B
yarn.lock 392KB
src
transformer.js 5KB
utils.js 6KB
bin.js 610B
typedef.js 3KB
index.js 14KB
.npmignore 55B
.jsdoc.js 1KB
LICENSE 1KB
.jestrc.js 225B
README.md 10KB
.husky
commit-msg 137B
pre-commit 135B
post-merge 103B
.gitignore 2B
.releaserc 327B
.editorconfig 188B
tests
.eslintrc 65B
index.test.js 31KB
bin.test.js 4KB
jsconfig.json 55B
transformer.test.js 14KB
utils.test.js 12KB
.gitignore 77B
CHANGELOG.md 3KB
.eslintignore 65B
package.json 2KB
.nvmrc 3B
共 40 条
- 1
资源评论
洋林
- 粉丝: 37
- 资源: 4574
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功