Google的Closure Compiler jar可執行文件有一個整潔的--print_pass_graph
選項,它顯示了給定編譯器的一組選項時正在執行的通道。如何使用閉包編譯器運行單個傳遞?
我有興趣知道的是:如何運行一次傳球?
例如,如何運行單個processDefines
步驟(可能與依賴關係),同時避免denormalize
或operaCompoundAssignFix
?
(跟進問題Is there any fast tool which performs constant substitution without stripping out comments in JavaScript source code?但本身就很有趣)