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

refactor(core) Remove enums from event-dispatch. #55421

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

iteriani
Copy link
Contributor

These cause optimization issues in external.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.io application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@pullapprove pullapprove bot added the requires: TGP This PR requires a passing TGP before merging is allowed label Apr 19, 2024
@angular-robot angular-robot bot added the detected: feature PR contains a feature commit label Apr 19, 2024
@iteriani iteriani force-pushed the enumsbegone branch 2 times, most recently from 9b3c939 to fea4093 Compare April 19, 2024 15:21
*/
SKIP_A11Y_CHECK = 'a11ysc',
}
export const Attribute = {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we can delete this now

(also these aren't really Attributes)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is it ok to do in a followup change?

Copy link
Contributor

Choose a reason for hiding this comment

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

yeah

Copy link
Contributor

@thePunderWoman thePunderWoman left a comment

Choose a reason for hiding this comment

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

reviewed-for: public-api

@pullapprove pullapprove bot requested a review from dylhunn April 22, 2024 16:42
@iteriani iteriani force-pushed the enumsbegone branch 4 times, most recently from 127d9f2 to 5d168fc Compare April 22, 2024 18:59
@iteriani iteriani changed the title feat(core) Remove enums from event-dispatch. refactor(core) Remove enums from event-dispatch. Apr 22, 2024
@thePunderWoman thePunderWoman added area: core Issues related to the framework runtime target: rc This PR is targeted for the next release-candidate labels Apr 30, 2024
@ngbot ngbot bot added this to the Backlog milestone Apr 30, 2024
@thePunderWoman thePunderWoman added the action: review The PR is still awaiting reviews from at least one requested reviewer label Apr 30, 2024
These cause optimization issues in external.
@iteriani
Copy link
Contributor Author

iteriani commented May 8, 2024

TGP

Copy link
Contributor

@thePunderWoman thePunderWoman left a comment

Choose a reason for hiding this comment

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

reviewed-for: size-tracking

@thePunderWoman thePunderWoman removed the request for review from pkozlowski-opensource May 8, 2024 19:00
@iteriani
Copy link
Contributor Author

iteriani commented May 8, 2024

TESTED=TGP

@iteriani iteriani added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime detected: feature PR contains a feature commit requires: TGP This PR requires a passing TGP before merging is allowed target: rc This PR is targeted for the next release-candidate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants