-
Notifications
You must be signed in to change notification settings - Fork 46
chore(monorepo): break out generators #778
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
base: feature/monorepo
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,14 @@ | ||
| npm-shrinkwrap.json | ||
|
|
||
| # Tests files | ||
| packages/core/src/generators/api-links/__tests__/fixtures/ | ||
| packages/website/src/generators/api-links/__tests__/fixtures/ | ||
| *.snapshot | ||
|
|
||
| # Templates | ||
| packages/core/src/generators/web/template.html | ||
| packages/legacy/src/generators/web/template.html | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
|
||
| # Output | ||
| out/ | ||
|
|
||
| # Generated Files | ||
| packages/core/src/generators/metadata/maps/mdn.json | ||
| packages/internal/src/generators/metadata/maps/mdn.json | ||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.c8rc.jsonexcludes wrong path for web UILow Severity
The coverage exclusion path
packages/react/src/generators/web/uiis incorrect. The eslint config in the same PR references the web UI atpackages/react/src/utils/web/ui/**/*, and the web generator importsROOTfrom../../utils/web/constants.mjsthen resolves UI components relative to that. The UI files live underutils/web/ui, notgenerators/web/ui.Reviewed by Cursor Bugbot for commit 0a923b4. Configure here.