Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Export Syntax #361

Open
8 tasks
h13i32maru opened this issue Dec 26, 2016 · 0 comments
Open
8 tasks

Improve Export Syntax #361

h13i32maru opened this issue Dec 26, 2016 · 0 comments

Comments

@h13i32maru
Copy link
Member

  • export * from 'mod'
  • export {x} from "mod"
  • export {x as v} from "mod"
  • export { default as someIdentifier } from "mod"
  • export * as ns from 'mod' (in proposal)
  • export v from "mod" (in proposal)
  • export v, {x, y as w} from "mod" (in proposal)
  • export default from "mod" (in proposal)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant