Move public top-level extension functions and properties from core module to internal module#2707
Merged
0xnm merged 1 commit intoJun 6, 2025
Conversation
…dule to internal module
ambushwork
previously approved these changes
Jun 6, 2025
Base automatically changed from
nogorodnikov/move-local-attributes-and-extension-method-to-internal-module
to
develop
June 6, 2025 08:55
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #2707 +/- ##
===========================================
- Coverage 69.90% 69.89% -0.01%
===========================================
Files 822 823 +1
Lines 30639 30624 -15
Branches 5158 5157 -1
===========================================
- Hits 21416 21402 -14
- Misses 7776 7777 +1
+ Partials 1447 1445 -2
🚀 New features to boost your workflow:
|
ambushwork
approved these changes
Jun 6, 2025
0xnm
deleted the
nogorodnikov/move-top-level-functions-and-properties-060625
branch
June 6, 2025 12:42
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
This PR moves public top-level extension functions and properties annotated with
@InternalApifromcoremodule tointernalmodule to avoid exposing them in the user space.Review checklist (to be filled by reviewers)