-
Couldn't load subscription status.
- Fork 1.1k
JavaScript: closurecompiler
This file exists only as a historic reference. Documentation for syntastic
checkers is now included in the manual, please see :help syntastic-checkers
in Vim.
Maintainer: Motohiro Takayama [email protected]
Closure Compiler is a compiler for JavaScript maintained by Google. See the project's page for details.
- g:syntastic_javascript_closurecompiler_path (string; default: unset)
- path to
google-closure-compiler.jar - g:syntastic_javascript_closurecompiler_script (string; default: unset)
- path to a closurecompiler executable script.
In order to enable the checker you have to set exactly one of
these options. If you have a package manager (such as Homebrew)
that installs a shell script that runs Closure Compiler, point
g:syntastic_javascript_closurecompiler_script to that script.
Otherwise set g:syntastic_javascript_closurecompiler_path to point to
the Closure Compiler jar.