This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
0
You've already forked angular-cn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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 14:30:10 -07: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 10:40:07 -08:00
export
{
Bar1
,
Bar2
}
from
'./bar'
;
Reference in New Issue
Copy Permalink