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

support **= #4778

Merged
merged 1 commit into from
Mar 15, 2021
Merged

support **= #4778

merged 1 commit into from
Mar 15, 2021

Conversation

alexlamsl
Copy link
Collaborator

No description provided.

@alexlamsl
Copy link
Collaborator Author

@kzc with this PR:

$ echo 'var x = 3, y = 5; console.log(x **= y);' | uglify-js -bc toplevel
console.log(243);

@kzc
Copy link
Contributor

kzc commented Mar 15, 2021

Just for the heck of it, could you also exercise bigints in the test?

input: {
var a = 8n;
a **= a;
console.log(a);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Just for the heck of it, could you also exercise bigints in the test?

Done.

@alexlamsl alexlamsl merged commit 01aa078 into mishoo:master Mar 15, 2021
@alexlamsl alexlamsl deleted the ea branch March 15, 2021 13:53
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.

None yet

2 participants