On Tue, May 24, 2016 at 11:59 AM, Norbert de Langen <[email protected]> wrote: > It would be nice to have this option: > > ``` > import { parse } as xmlLib from 'xml-lib'; > import { parse } as jsonLib from 'json-lib'; > import { parse } as htmlLib from 'html-lib'; > > // usage > xmlLib.parse(); > jsonLib.parse(); > htmlLib.parse(); > ```
This begs the question, tho - why do you only need to import selected chunks? If you're pulling in the module as a namespace object, how does having the *rest* of the module available harm you? ~TJ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

