mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
4246e6b6ea
This patch makes EXTRA_{PP_,}JS_MODULES similar in functionality to TESTING_JS_MODULES: we indicate the path relative to $(FINAL_TARGET)/modules with an appropriate hierarchy of paths. |
||
---|---|---|
.. | ||
tests/unit | ||
browser.js | ||
comment.js | ||
condense.js | ||
def.js | ||
ecma5.js | ||
infer.js | ||
moz.build | ||
README | ||
signal.js | ||
tern.js |
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 browser/devtools/sourceeditor/codemirror/tern, but it will most likely work without updating.