Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

(v3.6.0) JavaScript: closurecompiler

LCD 47 edited this page Jan 19, 2015 · 1 revision

Maintainer: Motohiro Takayama mootoh@gmail.com

Closure Compiler is a compiler for JavaScript maintained by Google. See the project's page for details.

Checker options

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.

Clone this wiki locally