-
Notifications
You must be signed in to change notification settings - Fork 27
feat!: add MappingSource
to the refactor API
#559
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
base: main
Are you sure you want to change the base?
Conversation
Introduce a new type, `MappingSource`, that allows the user to tell how they want the toolkit to get the mappings: computing it, using an explicitly provided one, or using the reverse of an explicitly provided one. This replaces three previous separate properties: `exclude`, `mappings` and `revert` with a single `mappingSource`. This is a breaking change.
Signed-off-by: github-actions <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #559 +/- ##
==========================================
- Coverage 79.09% 79.00% -0.09%
==========================================
Files 47 47
Lines 7074 7082 +8
Branches 791 790 -1
==========================================
Hits 5595 5595
- Misses 1460 1468 +8
Partials 19 19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
just some small stuff
Introduce a new type,
MappingSource
, that allows the user to tell how they want the toolkit to get the mappings: computing it, using an explicitly provided one, or using the reverse of an explicitly provided one.BREAKING CHANGE: This replaces three previous separate properties:
exclude
,mappings
andrevert
with a singlemappingSource
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license