This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
be07390859
angular-cn
/
tools
/
transpiler
/
spec
/
export.js
3 lines
57 B
JavaScript
Raw
Normal View
History
Unescape
Escape
moved submodules into this project
2014-09-25 17:30:10 -04:00
export
*
from
'./foo'
;
fix(transpiler/dart): re-exporting only some bindings ``` export {Foo, Bar} from ‘./foo’; ==> export ‘./foo’ show Foo, Bar; ```
2014-11-10 13:40:07 -05:00
export
{
Bar1
,
Bar2
}
from
'./bar'
;