tern-jsx

v1.0.2
Tern plugin adding JSX support

tern-jsx Build Status

Add JSX support to Tern.

Makes the Tern parser aware of JSX via acorn-jsx. This increases the likelihood of finding definitions / documentation and renaming variables, and improves other plugins' compatibility with JSX.

Installation

Install the npm package globally:

npm i -g tern-jsx

Enable the plugin in .tern-project:

{
  "plugins": {
    "jsx": {}
  }
}

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/2/2017

Downloads