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

Support generating nested colocated components #48

Merged
merged 3 commits into from
Jan 10, 2025

Conversation

bertdeblock
Copy link
Owner

@bertdeblock bertdeblock commented Jan 10, 2025

pnpm gember component foo --nested

or

export default {
  generators: {
    component: {
      nested: true,
    },
  },
};

will generate foo/index.gjs.

Closes #47.

@bertdeblock bertdeblock added the enhancement New feature or request label Jan 10, 2025
@bertdeblock bertdeblock self-assigned this Jan 10, 2025
@bertdeblock bertdeblock force-pushed the support-generating-nested-colocated-components branch from 32e24c1 to bb9ef1e Compare January 10, 2025 12:09
@bertdeblock bertdeblock force-pushed the support-generating-nested-colocated-components branch from 84aedc7 to 6c92b33 Compare January 10, 2025 12:32
@bertdeblock bertdeblock force-pushed the support-generating-nested-colocated-components branch from 6c92b33 to 6532e07 Compare January 10, 2025 12:49
@bertdeblock bertdeblock merged commit 7f4ec16 into main Jan 10, 2025
10 checks passed
@bertdeblock bertdeblock deleted the support-generating-nested-colocated-components branch January 10, 2025 12:56
@github-actions github-actions bot mentioned this pull request Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support nested components
1 participant