Skip to content
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
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jason-ha
Copy link
Contributor

@jason-ha jason-ha commented Dec 19, 2024

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.

so that custom checked-in files remain intact
@Copilot Copilot bot review requested due to automatic review settings December 19, 2024 17:37

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 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
@anthony-murphy
Copy link
Contributor

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 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 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants