Skip to content

jacksonrayhamilton/tern-jsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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": {}
  }
}

About

Tern plugin adding JSX support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •