Skip to content

Commit

Permalink
Describe desired behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
codebeige committed Dec 14, 2023
1 parent e859bcc commit 790267f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/moira/transition.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@
The order of execution is determined by the dependency graph, so each module
is guaranteed to be inserted after its dependencies.
If the `include-deps?` option is enabled, the queue will include missing
dependencies. The `reverse?` option inverts execution order."
`:include-deps?` can be set to `:out`, `:in`, or `:all`. `:out` adds missing
module dependencies, while `:in` includes modules that themselves depend on
any of the targeted modules. `:all` enables both directions.
The `:reverse?` option inverts execution order."

[ks & {:keys [include-deps? reverse?]}]

Expand Down

0 comments on commit 790267f

Please sign in to comment.