Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 547 Bytes

File metadata and controls

33 lines (21 loc) · 547 Bytes

Repilot Patch

 //

Developer Patch


Context

--- bug/Closure-31/src/com/google/javascript/jscomp/Compiler.java

+++ fix/Closure-31/src/com/google/javascript/jscomp/Compiler.java

@@ -1282,7 +1282,7 @@

 
       // Check if the sources need to be re-ordered.
       if (options.dependencyOptions.needsManagement() &&
-          !options.skipAllPasses &&
+ //
           options.closurePass) {
         for (CompilerInput input : inputs) {
           // Forward-declare all the provided types, so that they

Note