Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Clarify in the README the status of tern-react.
Browse files Browse the repository at this point in the history
  • Loading branch information
angelozerr committed Oct 28, 2015
1 parent ccf8667 commit 978da0c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -5,4 +5,9 @@

Tern plugin adding [React](https://facebook.github.io/react/) support.

For the moment it's just a POC to try [acorn-jsx](https://github.com/RReverser/acorn-jsx)
Pay attention!, this project is just a POC to try [acorn-jsx](https://github.com/RReverser/acorn-jsx).
There is a lot of limitation:

* JSX completion cannot work since [acorn-jsx](https://github.com/RReverser/acorn-jsx) cannot support acorn_loose (it is not able to parse not valid JSX). See [issue 32](https://github.com/RReverser/acorn-jsx/issues/32) for more information.

Release was done just for [jsctags](https://github.com/ramitos/jsctags).

0 comments on commit 978da0c

Please sign in to comment.