| Index: third_party/closure_compiler/README.chromium
|
| diff --git a/third_party/closure_compiler/README.chromium b/third_party/closure_compiler/README.chromium
|
| index e4890439480ebf5bcb5103ffe2ac9d30b7798cdd..fc7701c118c7732517323e2afd8976fa9c2bc531 100644
|
| --- a/third_party/closure_compiler/README.chromium
|
| +++ b/third_party/closure_compiler/README.chromium
|
| @@ -14,9 +14,9 @@ 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().
|
| +- A custom runner (see: runner/) to continue on errors, understand and enforce
|
| + Chrome-specific code, and do checks only (i.e. throw away output). See:
|
| + --enable-chrome-pass in runner.jar's arguments.
|
| - third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePass.java
|
| Added pass to handle namespace definition with cr.define(), object chain
|
| creation with cr.exportPath(), property definition with
|
|
|