babel plugin detective:Babel插件可扫描AST以查找需求调用和导入语句 源码
babel-plugin-detective Babel 5/6插件,可扫描AST以查找需求调用和导入语句 安装 $ npm install --save babel-plugin-detective babel-core 用法 import babel from 'babel-core' ; const detective = require ( 'babel-plugin-detective' ) ; const myModule = require ( 'my' + 'module' ) ; // See below for available options const option
文件列表
babel-plugin-detective-master.zip
(预估有个16文件)
babel-plugin-detective-master
.gitignore
34B
test
mocha.opts
40B
_utils.js
698B
fixtures
exports.js
147B
fixture.js
107B
babel-6-test.js
5KB
babel-5-test.js
4KB
暂无评论