get_files_in_topological_order
Returns the list of files in the topological order based on the dependency graph.
Arguments
Returns
Example
Last updated
Returns the list of files in the topological order based on the dependency graph.
Last updated
Name | Type | Description | Required |
---|---|---|---|
Type | Description |
---|---|
top_down
boolean
Whether to return the topological order from top-down (default is bottom-up).
array
A list of file paths in the topological order.