Index: third_party/closure_compiler/README.chromium |
diff --git a/third_party/closure_compiler/README.chromium b/third_party/closure_compiler/README.chromium |
index 9375d9dfd6f6bd4340160440aab50a10ee09eda4..6aef43d52fd818f5f1bfb14c8514338373478852 100644 |
--- a/third_party/closure_compiler/README.chromium |
+++ b/third_party/closure_compiler/README.chromium |
@@ -18,7 +18,8 @@ Local modifications: |
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 namespace definition with cr.define() and property |
- definition with {cr|Object}.defineProperty(). |
+ Added pass to handle namespace definition with cr.define(), object chain |
+ creation with cr.exportPath() and property definition with |
+ {cr|Object}.defineProperty(). |
See third_party/closure_compiler/runner/how_to_test_compiler_pass.md for |
testing instructions on this pass. |