babel-plugin-undeclared-variables-check
Throw a compile-time error on references to undeclared variables
Last updated 9 years ago by hzoo .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install babel-plugin-undeclared-variables-check 
SYNC missed versions from official npm registry.

babel-plugin-undeclared-variables-check

Throw a compile-time error on references to undeclared variables

Installation

$ npm install babel-plugin-undeclared-variables-check

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["undeclared-variables-check"]
}

Via CLI

$ babel --plugins undeclared-variables-check script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["undeclared-variables-check"]
});

Current Tags

  • 6.22.0                                ...           latest (9 years ago)

14 Versions

  • 6.22.0                                ...           9 years ago
  • 6.8.0                                ...           10 years ago
  • 6.7.2                                ...           10 years ago
  • 6.5.0-1                                ...           10 years ago
  • 6.5.0                                ...           10 years ago
  • 6.3.13                                ...           10 years ago
  • 6.2.4                                ...           10 years ago
  • 6.1.18                                ...           10 years ago
  • 6.1.17                                ...           10 years ago
  • 6.1.4                                ...           10 years ago
  • 6.0.14                                ...           10 years ago
  • 6.0.2                                ...           10 years ago
  • 1.0.2                                ...           11 years ago
  • 1.0.1                                ...           11 years ago
Downloads
Today 0
This Week 5
This Month 5
Last Day 2
Last Week 0
Last Month 14
Dependencies (2)
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |