-
Notifications
You must be signed in to change notification settings - Fork 26.9k
refactor(common): convert scripts within packages/common to relative imports
#60623
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(common): convert scripts within packages/common to relative imports
#60623
Conversation
…e imports This commit updates scripts within `packages/common` to relative imports as a prep work to the upcoming infra updates.
e2e0eac to
6214200
Compare
This commit updates golden files that got changed after swtiching to relative paths. There are no actual change to the APIs, the golden file updates capture the change in imports.
This commit updates the `common` package contents test to skip JS chunks, while still making sure that the main entrypoint files are present.
devversion
left a comment
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.
LGTM
Reviewed-for: global-dev-infra-approvers
|
Caretaker note: the TGP is "green", this PR is ready for merge. |
|
@AndrewKushnir Same thing as usual. |
|
This PR was merged into the repository by commit eb97303. The changes were merged into the following branches: main |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This commit updates scripts within
packages/commonto relative imports as a prep work to the upcoming infra updates.Does this PR introduce a breaking change?