-
Notifications
You must be signed in to change notification settings - Fork 795
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
refactor(compiler): destroy callback naming #3289
Merged
rwaskiewicz
merged 3 commits into
stenciljs:v3.0.0-dev
from
sean-perkins:refactor/destoy-callback
Mar 28, 2022
Merged
refactor(compiler): destroy callback naming #3289
rwaskiewicz
merged 3 commits into
stenciljs:v3.0.0-dev
from
sean-perkins:refactor/destoy-callback
Mar 28, 2022
Conversation
This file contains 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
This LGTM, thanks! CI is failing, but I think that's due to no fault of your own. I need to do some fixup on the |
rwaskiewicz
approved these changes
Mar 18, 2022
rwaskiewicz
pushed a commit
that referenced
this pull request
Oct 3, 2022
Fix Typos for `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) BREAKING CHANGE: Public APIs `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) have been renamed to fix typos
rwaskiewicz
pushed a commit
that referenced
this pull request
Dec 2, 2022
Fix Typos for `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) BREAKING CHANGE: Public APIs `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) have been renamed to fix typos
rwaskiewicz
added a commit
that referenced
this pull request
Dec 2, 2022
rwaskiewicz
pushed a commit
that referenced
this pull request
Dec 5, 2022
Fix Typos for `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) BREAKING CHANGE: Public APIs `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) have been renamed to fix typos
rwaskiewicz
pushed a commit
that referenced
this pull request
Jan 23, 2023
Fix Typos for `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) BREAKING CHANGE: Public APIs `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) have been renamed to fix typos
rwaskiewicz
pushed a commit
that referenced
this pull request
Jan 24, 2023
Fix Typos for `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) BREAKING CHANGE: Public APIs `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) have been renamed to fix typos
rwaskiewicz
pushed a commit
that referenced
this pull request
Jan 24, 2023
Fix Typos for `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) BREAKING CHANGE: Public APIs `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) have been renamed to fix typos
rwaskiewicz
pushed a commit
that referenced
this pull request
Jan 24, 2023
Fix Typos for `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) BREAKING CHANGE: Public APIs `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) have been renamed to fix typos
rwaskiewicz
pushed a commit
that referenced
this pull request
Jan 25, 2023
Fix Typos for `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) BREAKING CHANGE: Public APIs `addDestroy` (`addDestory`) and `removeDestroy` (`removeDestory`) have been renamed to fix typos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Resolution: Refine
This PR is marked for Jira refinement. We're not working on it - we're talking it through.
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.
Pull request checklist
Please check if your PR fulfills the following requirements:
npm run build
) was run locally and any changes were pushednpm test
) were run locally and passednpm run test.karma.prod
) were run locally and passednpm run prettier
) was run locally and passedPull request type
Please check the type of change your PR introduces:
What is the current behavior?
Currently the two callbacks for adding and removing callbacks when
destroy()
is called are misspelled.addDestory
removeDestory
GitHub Issue Number: N/A
What is the new behavior?
Updates the naming to be correctly spelled.
addDestroy
removeDestroy
Does this introduce a breaking change?
Changes the naming of two public API methods on the Stencil compiler. Developers making use of these methods will need to rename them to the correct spelling.
Testing
Other information
Ignore the branch name, clearly I have issues spelling destroy as well.