Skip to content

Conversation

jafl
Copy link
Contributor

@jafl jafl commented Oct 9, 2025

Support for properties:static, like what I added to the JavaScript parser

Replaces #4311

@jafl jafl requested a review from masatake October 9, 2025 15:13
@jafl jafl self-assigned this Oct 9, 2025
@jafl jafl force-pushed the typescript-static-property branch 2 times, most recently from 21987b4 to d656651 Compare October 9, 2025 15:35
} tsKind;

typedef enum {
F_STATIC,
Copy link
Member

Choose a reason for hiding this comment

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

"static" is one of the values that the properties field can take.
So, F_PROPERTIES is better. So, for example, we can append "inline" to the field.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should I fix this in jscript.c, too?

Copy link
Member

Choose a reason for hiding this comment

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

Yes, please.

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.

2 participants