2012-01-04 59 views
0

Google的Closure Compiler jar可執行文件有一個整潔的--print_pass_graph選項,它顯示了給定編譯器的一組選項時正在執行的通道。如何使用閉包編譯器運行單個傳遞?

我有興趣知道的是:如何運行一次傳球?

例如,如何運行單個processDefines步驟(可能與依賴關係),同時避免denormalizeoperaCompoundAssignFix

(跟進問題Is there any fast tool which performs constant substitution without stripping out comments in JavaScript source code?但本身就很有趣)

回答

相關問題