Generates Tern plugin for Dojo Toolkit from their Javascript sources by using api.json.
You can see online demo (CodeMirror is used):
- with dojotoolkit_1.6.js tern plugin here.
- with dojotoolkit_1.9.js tern plugin here.
Generate details.json from dojo sources by using js-doc-parse
The basic structure of the project is given in the following way:
api/
api.json of dojo.demos/
demos with dojo tern plugin which use CodeMirror.generator/
lib to transform dojo api.json to tern def, generates dojo from api.json by using HTML pages.plugin/
dojo tern plugin where defs was generated with lib dojo tern plugin.test/
contains test of dojo tern plugin.