Bumping manifests a=b2g-bump
[gecko.git] / toolkit / devtools / tern / README
blob3d65fdd38b3aec498efe345ee73f19dae98ed2a6
1 This is the Tern code-analysis engine packaged for the Mozilla Project.
3 Tern is a stand-alone code-analysis engine for JavaScript. It is intended to be used with a code editor plugin to enhance the editor's support for intelligent JavaScript editing
6 # Upgrade
8 Currently used version is 0.6.2.  To upgrade, download the latest release from http://ternjs.net/, and copy the files from lib/ into this directory.
10 You may also need to update the CodeMirror plugin found in browser/devtools/sourceeditor/codemirror/tern, but it will most likely work without updating.