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-proposal-object-rest-spread
/
test
/
fixtures
/
object-spread-loose
/
targets-support-object-assign
/
output.js
Nicolò Ribaudo
962d81483e
Skip
_extends
helper for
{…x}
with modern targets (
#12899
)
2021-02-25 21:16:56 +01:00
4 lines
38 B
JavaScript
Raw
Blame
History
let
a
=
Object
.
assign
(
{
x
:
1
}
,
b
)
;
Reference in New Issue
View Git Blame
Copy Permalink