Blame devtools/client/sourceeditor/tern/README

Packit f0b94e
This is the Tern code-analysis engine packaged for the Mozilla Project.
Packit f0b94e
Packit f0b94e
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
Packit f0b94e
Packit f0b94e
Packit f0b94e
# Upgrade
Packit f0b94e
Packit f0b94e
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.
Packit f0b94e
Packit f0b94e
You may also need to update the CodeMirror plugin found in devtools/client/sourceeditor/codemirror/addon/tern, but it will most likely work without updating.
Packit f0b94e
Packit f0b94e
Replace instances of `require("acorn")` with `require("acorn/acorn")`
Packit f0b94e
Replace instances of `acorn/dist/` with `acorn/`