-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: chain methods about preparing renderer
* rename renderer property: "run" -> "steps" * preRender is a promise which chains methods about preparing renderere. It's resolved value is renderer, used to chain promises from renderer.steps * renderer.results stores results of "preRender" and "renderer.steps". If a result is within state='stop', all following steps would be ignored.
- Loading branch information
Hsieh Chin Fan
committed
Sep 27, 2024
1 parent
5f3c69e
commit cd8490a
Showing
3 changed files
with
117 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters