-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
RFC: File Organization Convention for v9 Packages #24332
RFC: File Organization Convention for v9 Packages #24332
Conversation
📊 Bundle size report🤖 This report was generated against 1d0a72865a151962362aa3e5054ac9bf8178f09c |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit e34e692:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 27a3480f5361aa5d99f8978817d8395d9037e3b7 (build) |
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.
Making stories location consistent makes sense to me
|- assets/ | ||
|- e2e tests | ||
|- src/ | ||
|- common/ |
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.
this common
is root of evil regarding type-checking etc :P, can we remove it ? #23976
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.
Being addressed in #24543
RFC for defining a convention on how files should be organized in v9 packages.
PREVIEW
Part of #24129