Detalhes do pacote

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

ForbesLindesay25MIT0.0.6

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

readme (leia-me)

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 (log de mudanças)

Changelog

v0.0.1: 2016-xx-xx

  • Initial release