Package detail

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

ForbesLindesay679MIT0.0.6

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

readme

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