This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
rollup
mirror of
https://github.com/lukechilds/rollup.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
1003
Commits
21
Branches
151
Tags
2.6 MiB
Tree:
57a3c574f6
rollup
/
test
/
form
/
export-all-from-internal
/
internal.js
4 lines
59 B
Raw
Normal View
History
Added tests
10 years ago
export
const
a
=
1
;
export
const
b
=
2
;
test default exports are re-exported from internal module with export *
10 years ago
export
default
42
;