包详细信息

babel-plugin-undeclared-variables-check-with-config

ForbesLindesay25MIT0.0.6

This plugin throws a compile-time error on references to undeclared variables

自述文件

babel-plugin-undeclared-variables-check-with-config

This plugin throws a compile-time error on references to undeclared variables

Build Status Dependency Status NPM version

Installation

npm install babel-plugin-undeclared-variables-check-with-config --save

Usage

var undeclared = require('babel-plugin-undeclared-variables-check-with-config');

// ...

License

MIT

更新日志

Changelog

v0.0.1: 2016-xx-xx

  • Initial release