tenfourfox/devtools/client/sourceeditor/tern
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00
..
tests/unit hello FPR 2017-04-19 00:56:45 -07:00
browser.js hello FPR 2017-04-19 00:56:45 -07:00
comment.js hello FPR 2017-04-19 00:56:45 -07:00
condense.js hello FPR 2017-04-19 00:56:45 -07:00
def.js hello FPR 2017-04-19 00:56:45 -07:00
ecma5.js hello FPR 2017-04-19 00:56:45 -07:00
infer.js hello FPR 2017-04-19 00:56:45 -07:00
moz.build hello FPR 2017-04-19 00:56:45 -07:00
README hello FPR 2017-04-19 00:56:45 -07:00
signal.js hello FPR 2017-04-19 00:56:45 -07:00
tern.js hello FPR 2017-04-19 00:56:45 -07:00

This is the Tern code-analysis engine packaged for the Mozilla Project.

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


# Upgrade

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.

You may also need to update the CodeMirror plugin found in devtools/client/sourceeditor/codemirror/tern, but it will most likely work without updating.