John Lenz (2014-01-29T16:54:12.000Z)
domenic at domenicdenicola.com (2014-02-04T20:53:40.600Z)
I assume that I can access this like so: ```js var mod = newModule({'a.b.c':1}) use(mod['a.b.c']); ``` It isn't clear to me why imports and export names are restricted.