-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Consolidate the PATHS_WITH_MERGE constant to one instance #34407
Conversation
packages/blocks/README.md
Outdated
@@ -665,6 +665,10 @@ _Returns_ | |||
|
|||
- `Array|string`: A list of blocks or a string, depending on `handlerMode`. | |||
|
|||
### PATHS_WITH_MERGE | |||
|
|||
Undocumented declaration. |
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.
I'm not 100% sure what this is used for!
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.
If the variable name is __EXPERIMENTAL_PATHS_TO_MERGE
the doc generator will skip it. It's best if it's experimental at the moment. We may be able to do this differently later.
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.
Done, thank you!
Size Change: +7 B (0%) Total Size: 1.04 MB
ℹ️ View Unchanged
|
Description
As suggested in #34073 (comment), this consolidates the two instances of PATHS_WITH_MERGE to one definition and moves it to the constants file.
How has this been tested?
Types of changes
Checklist:
*.native.js
files for terms that need renaming or removal).