File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ flowchart TB
55 classDef hook -sequential-sync fill :#ffd2b3 , stroke :#f00 ;
66 classDef hook -first-sync fill :#fff2b3 , stroke :#f00 ;
77
8+ watchchange ( " watchChange" ) ::: hook -parallel
9+ click watchchange " /guide/en/#watchchange " _parent
10+
11+ closewatcher ( " closeWatcher" ) ::: hook -parallel
12+ click closewatcher " /guide/en/#closewatcher " _parent
13+
814 buildend ( " buildEnd" ) ::: hook -parallel
915 click buildend " /guide/en/#buildend " _parent
1016
@@ -32,12 +38,6 @@ flowchart TB
3238 transform ( " transform" ) ::: hook -sequential
3339 click transform " /guide/en/#transform " _parent
3440
35- watchchange ( " watchChange" ) ::: hook -parallel
36- click watchchange " /guide/en/#watchchange " _parent
37-
38- closewatcher ( " closeWatcher" ) ::: hook -parallel
39- click closewatcher " /guide/en/#closewatcher " _parent
40-
4141 options
4242 --> buildstart
4343 --> | each entry | resolveid
You can’t perform that action at this time.
0 commit comments