blob: 0461849d6090d6fbc80bca8571bdfbb4a09063d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Name: Closure compiler
Short Name: closure-compiler
URL: http://github.com/google/closure-compiler
Version: v20140730-78-g541c2dc
Date: 2014/08/08 17:22
Revision: 541c2dc622c985ede61937a767ab9f3bbd68cde2
License: Apache 2.0
License File: LICENSE
Security Critical: no
Description:
The Closure Compiler provides warnings for illegal JavaScript and warnings for
potentially dangerous operations, helping you to produce JavaScript that is less
buggy and easier to maintain.
Local modifications:
- The compiler is run via a custom mechanism (see: runner/) that sets the
compiler to "IDE mode" (single-file checks, doesn't stop on first error).
- Chrome-specific coding conventions to understand cr.addSingletonGetter().
- third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePass.java
Added pass to handle Chrome-specific namespace creation with cr.define()
See third_party/closure_compiler/runner/how_to_test_compiler_pass.md for
testing instructions on this pass.
|