Skip to content

Instantly share code, notes, and snippets.

@arv
Created October 16, 2012 16:45
Show Gist options
  • Save arv/3900474 to your computer and use it in GitHub Desktop.
Save arv/3900474 to your computer and use it in GitHub Desktop.
ExportSpecifierSet
ExportSpecifierSet ::= "{" ExportSpecifier ("," ExportSpecifier)* "}" ("from" Path)?
| Id ("from" Path)?
| "*" ("from" Path)?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment