0.0.6 • Published 7 years ago

babel-plugin-undeclared-variables-check-with-config v0.0.6

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

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