Skip to content

Don't rewrite __proto__ to shorthand.#3651

Closed
jleedev wants to merge 1 commit intoevanw:mainfrom
jleedev:patch
Closed

Don't rewrite __proto__ to shorthand.#3651
jleedev wants to merge 1 commit intoevanw:mainfrom
jleedev:patch

Conversation

@jleedev
Copy link
Copy Markdown

@jleedev jleedev commented Feb 16, 2024

These are different:

({ __proto__: __proto__ })

and

({ __proto__ })

And the former should not be rewritten to the latter.

These are different:

    ({ __proto__: __proto__ })

and

    ({ __proto__ })

And the former should not be rewritten to the latter.
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