vitebonus / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Can't set custom pass order #622

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add two custom passes (A & B)
2. Run Closure on several pieces of code
-> Sometimes pass A runs before pass B. Sometimes after.

This makes it impossible to rely on multiple passes that require a fixed order. 
Is there any issue with changing CompilerOptions.customPasses from a Multimap 
to a LinkedListMultimap?

Should I just submit my patch?

Original issue reported on code.google.com by bryanjap...@gmail.com on 20 Jan 2014 at 8:37

GoogleCodeExporter commented 8 years ago
You want to closure-compiler-discuss@  the closure library folks can't help you.

Original comment by johnl...@google.com on 21 Jan 2014 at 4:34

GoogleCodeExporter commented 8 years ago

Original comment by pall...@google.com on 23 Jan 2014 at 10:25