babel-plugin-reserve-name

0.1.0 • Public • Published

babel-plugin-reserve-name

Reserve onClick function name in jsx.

Install

npm install babel-plugin-reserve-name --save-dev

Usage

.babelrc

module.exports = {
  //...
  plugins: [
    [
      'babel-plugin-reserve-name',
      {
        includes: <search range> // default: ['src']
      }
    ],
    // ...
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i babel-plugin-reserve-name

Weekly Downloads

0

Version

0.1.0

License

ISC

Unpacked Size

4.8 kB

Total Files

4

Last publish

Collaborators

  • tingyun-npm