This repository was archived by the owner on Sep 20, 2023. It is now read-only.
  
  
  - 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.1k
JavaScript: closurecompiler
        LCD 47 edited this page Jun 12, 2016 
        ·
        6 revisions
      
    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 mootoh@gmail.com
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.