-
Notifications
You must be signed in to change notification settings - Fork 535
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: limit .d.ts clean to known generated #23373
Open
jason-ha
wants to merge
2
commits into
microsoft:main
Choose a base branch
from
jason-ha:clean-only-generated-node10-entrypoints
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
build: limit .d.ts clean to known generated #23373
jason-ha
wants to merge
2
commits into
microsoft:main
from
jason-ha:clean-only-generated-node10-entrypoints
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
so that custom checked-in files remain intact
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.
Copilot reviewed 42 out of 62 changed files in this pull request and generated no comments.
Files not reviewed (20)
- azure/packages/azure-service-utils/package.json: Language not supported
- common/lib/protocol-definitions/package.json: Language not supported
- experimental/framework/tree-react-api/package.json: Language not supported
- packages/common/container-definitions/package.json: Language not supported
- packages/common/core-interfaces/package.json: Language not supported
- packages/common/core-utils/package.json: Language not supported
- packages/common/driver-definitions/package.json: Language not supported
- packages/dds/cell/package.json: Language not supported
- packages/dds/counter/package.json: Language not supported
- packages/dds/map/package.json: Language not supported
- packages/dds/matrix/package.json: Language not supported
- packages/dds/merge-tree/package.json: Language not supported
- packages/dds/ordered-collection/package.json: Language not supported
- packages/dds/register-collection/package.json: Language not supported
- packages/dds/sequence/package.json: Language not supported
- packages/dds/shared-object-base/package.json: Language not supported
- packages/dds/shared-summary-block/package.json: Language not supported
- packages/dds/task-manager/package.json: Language not supported
- packages/dds/tree/package.json: Language not supported
- packages/drivers/debugger/package.json: Language not supported
github-actions
bot
added
area: dds
Issues related to distributed data structures
area: dds: sharedstring
area: dds: tree
area: dev experience
Improving the experience of devs building on top of fluid
area: driver
Driver related issues
area: framework
Framework is a tag for issues involving the developer framework. Eg Aqueduct
area: loader
Loader related issues
area: odsp-driver
area: runtime
Runtime related issues
area: tests
Tests to add, test infrastructure improvements, etc
base: main
PRs targeted against main branch
and removed
area: framework
Framework is a tag for issues involving the developer framework. Eg Aqueduct
area: runtime
Runtime related issues
area: loader
Loader related issues
area: driver
Driver related issues
area: dds
Issues related to distributed data structures
area: dev experience
Improving the experience of devs building on top of fluid
area: dds: sharedstring
area: tests
Tests to add, test infrastructure improvements, etc
area: odsp-driver
area: dds: tree
labels
Dec 19, 2024
could you add a bit more description to the pr, such that if anyone wants to understand more deeply why we only cleans those up by looking at the blame history they could. |
github-actions
bot
added
area: dds
Issues related to distributed data structures
area: dds: sharedstring
area: dds: tree
area: dev experience
Improving the experience of devs building on top of fluid
labels
Dec 19, 2024
github-actions
bot
added
area: driver
Driver related issues
area: framework
Framework is a tag for issues involving the developer framework. Eg Aqueduct
area: loader
Loader related issues
area: odsp-driver
area: runtime
Runtime related issues
area: tests
Tests to add, test infrastructure improvements, etc
labels
Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: dds: sharedstring
area: dds: tree
area: dds
Issues related to distributed data structures
area: dev experience
Improving the experience of devs building on top of fluid
area: driver
Driver related issues
area: framework
Framework is a tag for issues involving the developer framework. Eg Aqueduct
area: loader
Loader related issues
area: odsp-driver
area: runtime
Runtime related issues
area: tests
Tests to add, test infrastructure improvements, etc
base: main
PRs targeted against main branch
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
so that custom checked-in files remain intact.
clean
is now limited to those that are also listed in.gitignore
. Other root .d.ts files may need to exist in support of Node10 module resolution tsc configuration.