I went through the archives and existing proposals, I didn't see one
similar to this.  I apologize if its been covered before.  I thought that
redundant import statements could be simplified with a shorthand that works
similar to object literal notation.

import fs;

vs

import fs from 'fs';

https://github.com/paultyng/proposal-shorthand-import

I would welcome any feedback.

Thanks,
Paul Tyng
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to