This website requires JavaScript.
Explore
Help
Sign In
cerxes
/
babel
Watch
3
Star
0
Fork
0
You've already forked babel
Code
Issues
Pull Requests
Releases
Wiki
Activity
babel
/
packages
/
babel-plugin-transform-exponentiation-operator
/
test
/
fixtures
/
regression
/
4403
/
actual.js
Moti Zilberman
f5b5d8f337
Avoid repeating impure (template) literals when desugaring **= (
#4403
) (
#4672
)
2016-10-05 11:10:12 +02:00
3 lines
29 B
JavaScript
Raw
Blame
History
var
a
,
b
;
a
[
`
${
b
++
}
`
]
*
*=
1
;
Reference in New Issue
View Git Blame
Copy Permalink