-
Notifications
You must be signed in to change notification settings - Fork 25.9k
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
build: convert build/test scripts to use fast-glob #53397
Conversation
The repository currently has two globbing packages. To minimize the number of packages in the framework repository, the uses of the `glob` package are being converted to `fast-glob` which is used by the tooling repository. The change is mostly mechanical and in this change the build and test scripts are converted.
8561c5a to
fb9d851
Compare
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: Github refuses to remove extra reviewers which is the only reason CI is still pending. |
|
This PR was merged into the repository by commit f2245d1. |
The repository currently has two globbing packages. To minimize the number of packages in the framework repository, the uses of the `glob` package are being converted to `fast-glob` which is used by the tooling repository. The change is mostly mechanical and in this change the build and test scripts are converted. PR Close angular#53397
|
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. |
The repository currently has two globbing packages. To minimize the number of packages in the framework repository, the uses of the `glob` package are being converted to `fast-glob` which is used by the tooling repository. The change is mostly mechanical and in this change the build and test scripts are converted. PR Close angular#53397
The repository currently has two globbing packages. To minimize the number of packages in the framework repository, the uses of the `glob` package are being converted to `fast-glob` which is used by the tooling repository. The change is mostly mechanical and in this change the build and test scripts are converted. PR Close angular#53397
The repository currently has two globbing packages. To minimize the number of packages in the framework repository, the uses of the `glob` package are being converted to `fast-glob` which is used by the tooling repository. The change is mostly mechanical and in this change the build and test scripts are converted. PR Close angular#53397
The repository currently has two globbing packages. To minimize the number of packages in the framework repository, the uses of the `glob` package are being converted to `fast-glob` which is used by the tooling repository. The change is mostly mechanical and in this change the build and test scripts are converted. PR Close angular#53397
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
The repository currently has two globbing packages. To minimize the number of packages in the framework repository, the uses of the
globpackage are being converted tofast-globwhich is also used by the tooling repository. The change is mostly mechanical and in this change the build and test scripts are converted.Does this PR introduce a breaking change?
Other information