Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Side by Side Diff: third_party/closure_compiler/README.chromium

Issue 453783006: Handle cr.exportPath() in compiler pass, declare every object only once (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@C_define_property
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/closure_compiler/compiler_customization_test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Closure compiler 1 Name: Closure compiler
2 Short Name: closure-compiler 2 Short Name: closure-compiler
3 URL: http://github.com/google/closure-compiler 3 URL: http://github.com/google/closure-compiler
4 Version: v20140730-78-g541c2dc 4 Version: v20140730-78-g541c2dc
5 Date: 2014/08/08 17:22 5 Date: 2014/08/08 17:22
6 Revision: 541c2dc622c985ede61937a767ab9f3bbd68cde2 6 Revision: 541c2dc622c985ede61937a767ab9f3bbd68cde2
7 License: Apache 2.0 7 License: Apache 2.0
8 License File: LICENSE 8 License File: LICENSE
9 Security Critical: no 9 Security Critical: no
10 10
11 Description: 11 Description:
12 The Closure Compiler provides warnings for illegal JavaScript and warnings for 12 The Closure Compiler provides warnings for illegal JavaScript and warnings for
13 potentially dangerous operations, helping you to produce JavaScript that is less 13 potentially dangerous operations, helping you to produce JavaScript that is less
14 buggy and easier to maintain. 14 buggy and easier to maintain.
15 15
16 Local modifications: 16 Local modifications:
17 - The compiler is run via a custom mechanism (see: runner/) that sets the 17 - The compiler is run via a custom mechanism (see: runner/) that sets the
18 compiler to "IDE mode" (single-file checks, doesn't stop on first error). 18 compiler to "IDE mode" (single-file checks, doesn't stop on first error).
19 - Chrome-specific coding conventions to understand cr.addSingletonGetter(). 19 - Chrome-specific coding conventions to understand cr.addSingletonGetter().
20 - third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePas s.java 20 - third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePas s.java
21 Added pass to handle namespace definition with cr.define() and property 21 Added pass to handle namespace definition with cr.define(), object chain
22 definition with {cr|Object}.defineProperty(). 22 creation with cr.exportPath() and property definition with
23 {cr|Object}.defineProperty().
23 See third_party/closure_compiler/runner/how_to_test_compiler_pass.md for 24 See third_party/closure_compiler/runner/how_to_test_compiler_pass.md for
24 testing instructions on this pass. 25 testing instructions on this pass.
OLDNEW
« no previous file with comments | « no previous file | third_party/closure_compiler/compiler_customization_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698