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

feat(versioning): remove registerDecorators for non-LightningElement classes #3354

Closed
wants to merge 1 commit into from

Conversation

nolanlawson
Copy link
Contributor

@nolanlawson nolanlawson commented Feb 17, 2023

Details

Fixes #2701

This is a 4-part PR.

Part 1: basic scaffolding for versioning (#3350)
Part 2: using it in the template compiler (#3351)
Part 3: using it in the runtime (#3352)
Part 4: using it in the Babel plugin (this PR)

This PR demonstrates how we can use API versioning in @babel/plugin-component.

Does this pull request introduce a breaking change?

  • ✅ No, it does not introduce a breaking change.

Does this pull request introduce an observable change?

  • ✅ No, it does not introduce an observable change.

GUS work item

W-12566318

@nolanlawson
Copy link
Contributor Author

(Note: this PR is largely based on #2741 which was the original, abandoned PR to fix this issue.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/api-versioning Adding API versioning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant