build
文件夹中配置rollup.config.js
- cmd: 'cjs'
- umd: 'umd'
@bable/node
代替之前的babel-cli
- -p : 执行指定的文件
运行以下命令 + 指定的文件
npm run babel ./a.js
babel@7 带来的新特征:
- babel包都添加
@
前缀 - 去除复杂的
presets
断言库: chai
运行以下命令 + 指定的文件
npm run mocha 1.test.js
- components: 工具库
- LeetCode: leetcode
- algorithms: 算法解析
- js-patterns: 设计模式实现
- boook