Skip to content

Instantly share code, notes, and snippets.

@seanhess
Created October 14, 2014 21:14
Show Gist options
  • Save seanhess/83688ab89484692b2283 to your computer and use it in GitHub Desktop.
Save seanhess/83688ab89484692b2283 to your computer and use it in GitHub Desktop.
macro export {
rule { var $x } => {var $x = exports.$x}
rule { function $x } => {exports.$x = function $x}
}
export export
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment