会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
cuishengli
科学技术的本质是数据
| | |
新文章
| | |
管理
2022年3月18日
Nodejs的path模块
摘要: 这是jest对path模块中常用功能的测试代码: import path from 'path' test("basename", () => { let x = path.basename('/foo/bar/baz/asdf/quux.html'); expect(x).toEqual('quu
阅读全文
posted @ 2022-03-18 09:12 cuishengli
阅读(454)
评论(0)
推荐(0)
编辑
webpack externals
摘要: webpack将代码打包成一个立即执行函数。 !function (e, r){ "object" == typeof exports && "object" == typeof module ? module.exports = r(require("rxjs")) : "function" ==
阅读全文
posted @ 2022-03-18 09:05 cuishengli
阅读(68)
评论(0)
推荐(0)
编辑