This is non trivial. We are currently using r12. 1.0 introduces a modular structure and has dependencies (retrieved through require). It also uses esprima which will clash with ours.
We should also migrate jshint support to being a plugin. Although we have the API for adding annotations there is some configuration processing used to prep jshint that we may need to add API for.
This is non trivial. We are currently using r12. 1.0 introduces a modular structure and has dependencies (retrieved through require). It also uses esprima which will clash with ours.