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
/
test
/
core
/
fixtures
History
Sebastian McKenzie
8e1b6df970
properly handle export default shorthand, also consider
export default foo;
and
export { foo as default }
to be equivalent
2015-03-30 06:31:41 +11:00
..
bin
disable sourcemap stdin tests
2015-03-28 05:37:55 +11:00
browserify
restructure testing infrastructure to be more modular
2015-03-28 01:21:48 +11:00
esnext
restructure testing infrastructure to be more modular
2015-03-28 01:21:48 +11:00
generation
fix incorrect interpreation of export default shorthand, update to new ast definitions -
#1091
2015-03-30 06:08:37 +11:00
transformation
properly handle export default shorthand, also consider
export default foo;
and
export { foo as default }
to be equivalent
2015-03-30 06:31:41 +11:00