Skip to content

fix(jsparser): skip non-Identifier keys in .extend({}) argument#1950

Open
NathanWalker wants to merge 1 commit intomainfrom
fix/jsparser-identifiers
Open

fix(jsparser): skip non-Identifier keys in .extend({}) argument#1950
NathanWalker wants to merge 1 commit intomainfrom
fix/jsparser-identifiers

Conversation

@NathanWalker
Copy link
Copy Markdown
Contributor

Guard SBG's es5-visitors against SpreadElement, computed, and non-Identifier-keyed properties when walking the implementation object of an .extend(...) call. Such properties can't be mapped to a Java binding, so they are now skipped instead of crashing the parser.

Guard SBG's `es5-visitors` against `SpreadElement`, computed, and
non-Identifier-keyed properties when walking the implementation object
of an `.extend(...)` call. Such properties can't be mapped to a Java
binding, so they are now skipped instead of crashing the parser.
@NathanWalker NathanWalker requested a review from triniwiz May 4, 2026 00:38
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.

1 participant