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

fix WebComponents mangling bug #1524

Merged
merged 1 commit into from Apr 27, 2024
Merged

Conversation

arilotter
Copy link
Contributor

closes #1170

@Brotenko
Copy link

Brotenko commented Apr 27, 2024

This should probably also include disconnectedCallback and adoptedCallback - See Web Component documentation here

@@ -3638,6 +3639,7 @@ export var domprops = [
"connectShark",
"connectStart",
"connected",
"connectedCallback',

Choose a reason for hiding this comment

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

Suggested change
"connectedCallback',
"connectedCallback",

@fabiosantoscode
Copy link
Collaborator

Cool, thanks! I'll have a look around this doc page and look for more properties there.

@fabiosantoscode fabiosantoscode merged commit d7e10df into terser:master Apr 27, 2024
0 of 10 checks passed
@fabiosantoscode
Copy link
Collaborator

I merged this now but I only release during the week, in order to avoid weekend breakage.

@arilotter
Copy link
Contributor Author

yo @fabiosantoscode the PR had a bug!! typo with wrong quotes 😭
PR to fix that + two more webcomponent issues #1525

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebComponents connectedCallback gets mangled/minified
3 participants