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

Detect deeper function parameter changes #361

Merged
merged 10 commits into from
Dec 5, 2023

Conversation

academo
Copy link
Member

@academo academo commented Nov 24, 2023

What this PR does / why we need it:

Uses the internal typescript methods to check compatibility between function parameters. This allows for deeper changes inspections. (see test cases)

Which issue(s) this PR fixes:

Fixes #

Closes #222

Special notes for your reviewer:

@academo academo self-assigned this Nov 24, 2023
Copy link
Collaborator

@leventebalogh leventebalogh left a comment

Choose a reason for hiding this comment

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

Nice one, this makes it much mure useful! 👏

src/commands/compare/functions.test.ts Outdated Show resolved Hide resolved
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
@academo academo merged commit 80f1ca3 into main Dec 5, 2023
2 checks passed
@academo academo deleted the academo/validate-function-parameters-further branch December 5, 2023 08:12
academo added a commit that referenced this pull request Dec 7, 2023
academo added a commit that referenced this pull request Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Detect deeper change in function parameters
2 participants