Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursively load components #920

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

myudev
Copy link
Contributor

@myudev myudev commented Apr 22, 2024

Easily done QoL change for people who want to structure their components, if there's a config switch needed for whatever reason or any other reason to not do this comment kty <3

@Y-Less
Copy link
Collaborator

Y-Less commented Apr 23, 2024

Have you tested how this works with the include/exclude fields? Would doing "exclude": [ "subdir/component" ] work? What about "exclude": [ "subdir\component" ] or even "exclude": [ "subdir" ]? Same for "include".

@AmyrAhmady
Copy link
Member

There's no include, and I believe we should rename "exclude" as well because it's not self explanatory. there is "components" to explicitly load specified components only and nothing else

@myudev
Copy link
Contributor Author

myudev commented Apr 23, 2024

Have you tested how this works with the include/exclude fields? Would doing "exclude": [ "subdir/component" ] work? What about "exclude": [ "subdir\component" ] or even "exclude": [ "subdir" ]? Same for "include".

I kept original behaviour to not break people servers suddenly as the exclude option only checks the filename not extension or path and I couldn't find any documentation. However if wanted I could add an option to detect folder paths in exclude, so u can also exclude whole subfolders

@Y-Less
Copy link
Collaborator

Y-Less commented Apr 23, 2024

There's no include, and I believe we should rename "exclude" as well because it's not self explanatory. there is "components" to explicitly load specified components only and nothing else

"components" is the one I meant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants