Skip to content

Conversation

@domenic
Copy link
Member

@domenic domenic commented Jan 11, 2026

Closes #280.

@asamuzaK can you check my description? As mentioned in #295 (comment) I am not 100% sure on our eventual plans for when we use handlers vs. when we use createGenericPropertyDescriptor() or some other framework.

const { AST_TYPES } = parsers;

/**
* Creates a generic property descriptor for the `CSSStyleDeclaration` class for a given property. Such descriptors are
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* Creates a generic property descriptor for the `CSSStyleDeclaration` class for a given property. Such descriptors are
* Creates a generic property descriptor for a given property. Such descriptors are

We will remove properties from CSSStyleDeclaration on next major release.

@asamuzaK
Copy link
Contributor

LGTM with nit addressed.

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.

Cleanups after removing generated/properties

3 participants