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-regenerator
/
test
/
fixtures
/
computed-properties
/
example
/
actual.js
Sasha Aickin
60df9f3cad
Updating regenerator-transform and adding a test for the issue in
facebook/regenerator#267
2017-03-30 22:10:02 -07:00
6 lines
46 B
JavaScript
Raw
Blame
History
var
o
=
{
*
foo
(
)
{
return
"foo"
;
}
}
;
Reference in New Issue
View Git Blame
Copy Permalink