Import Module Syntax Bikeshed

# Kevin Smith (13 years ago)

Apologies if the "import module" syntax has already been agreed upon (in which case I'll be happy to use whatever it is), but in converting over some code to ES6 modules, I've found myself dissatisfied with both "variant A" and "variant B".

I've created a gist to illustrate my thoughts, along with a third possibility.

gist.github.com/3637556

Comments and harangues welcome.