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

Analyze change ts #3415

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

timotheeguerin
Copy link
Member

@timotheeguerin timotheeguerin commented May 21, 2024

Convert the analyze-change.ps1 to typescript which allows to reuse a common config for which area belong to who as well as some other helpers.

The testing also is then all built-in the same system

@azure-sdk
Copy link
Collaborator

No changes needing a change description found.


- script: pnpm install
displayName: Install JavaScript Dependencies

- script: node $(Build.SourcesDirectory)/eng/common/scripts/resolve-target-branch.js
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That should be able to be combined directly in the next script?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those are a 1:1 conversion of the test existing, I'll update if you merge the other PR with the new ones

@timotheeguerin timotheeguerin marked this pull request as ready for review May 24, 2024 19:09
@azure-sdk
Copy link
Collaborator

You can try these changes at https://cadlplayground.z22.web.core.windows.net/prs/3415/

Check the website changes at https://tspwebsitepr.z22.web.core.windows.net/prs/3415/

@@ -0,0 +1,22 @@
import { AreaPaths } from "./labels.js";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kept it here for now, if we feel like this should move in here or another file, can do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants