(tap)
| 682 | handler(percentage, class="st">"sealing", title); |
| 683 | }, |
| 684 | tap(tap) { |
| 685 | class="cm">// p is percentage from 0 to 1 |
| 686 | class="cm">// args is any number of messages in a hierarchical matter |
| 687 | progressReporters.set(compilation.compiler, (p, ...args) => { |
| 688 | handler(percentage, class="st">"sealing", title, tap.name, ...args); |
| 689 | }); |
| 690 | handler(percentage, class="st">"sealing", title, tap.name); |
| 691 | } |
| 692 | }); |
| 693 | } |
| 694 | }); |