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-parser
/
test
/
fixtures
/
es2015
/
modules
/
duplicate-named-export-class-declaration
/
input.js
Chaitanya Kumar Kamatham
daf0ca8680
Rename "babylon" to "@babel/parser" (
#7937
)
🎉
2018-05-19 00:03:05 -04:00
3 lines
37 B
JavaScript
Raw
Blame
History
export
{
Foo
}
;
export
class
Foo
{
}
;
Reference in New Issue
View Git Blame
Copy Permalink