Skip to content

Commit

Permalink
chore(internal): scopable loader (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee authored and azjezz committed Oct 10, 2022
1 parent 2cba987 commit 2710775
Show file tree
Hide file tree
Showing 2 changed files with 731 additions and 741 deletions.
2 changes: 1 addition & 1 deletion docs/documenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function get_component_members(string $component): array
{
/** @var (callable(list<string>): list<string>) $filter */
$filter = static fn(array $list) => Vec\sort(Vec\filter(
$list,
Vec\keys($list),
static function (string $member) use ($component): bool {

if (!Str\starts_with_ci($member, $component . '\\')) {
Expand Down
Loading

0 comments on commit 2710775

Please sign in to comment.