-
Notifications
You must be signed in to change notification settings - Fork 35
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
refactor sku
context and changed folder structure.
#1175
Conversation
…lint ignore entries during `sku configure` (#1094)
Co-authored-by: Adam Skoufis <[email protected]>
🦋 Changeset detectedLatest commit: 93fa450 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
I've reviewed this because you'd already made the PR, and didn't want to make you do even more work than has already occurred as a result of the v14 feature branch and splitting out these changes from the vite work, but this was very difficult to review due to its size and the number of changes made.
For future reference, this should've been maybe 5+ PRs. E.g:
- Configure tsconfig paths
- Use tsconfig paths where appropriate
- Re-orgranize file structure (e.g. move things to
services
directory) - General refactoring
- Sku context changes
Co-authored-by: Adam Skoufis <[email protected]>
sku
context to a factory function.This new context object is available on all
program
actions as an option namedskuContext
.lib
folder items intoservices
grouping them by their function.