Forgive me if I missed something. But is there a provision for multiple imports / promises for this?
i.e. import(['module1', 'module2']).then(function(module1, module2) {
});
Been using something like this since jspm/systemjs and requirejs and I always see ugly Promise.all solutions which are some heinous syntax that I hope doesn't make it into the proposal. A little sugar would be great.
Forgive me if I missed something. But is there a provision for multiple imports / promises for this?
i.e. import(['module1', 'module2']).then(function(module1, module2) {
});
Been using something like this since jspm/systemjs and requirejs and I always see ugly Promise.all solutions which are some heinous syntax that I hope doesn't make it into the proposal. A little sugar would be great.