feat: handle async resolver
mastilver opened this issue · 0 comments
mastilver commented
Depends on #13
Allow resolver
to return a Promise
With this feature, we will be able to handle https://cdnjs.com/ urls. Indeed, CdnJs does not make new module available straight away, so module-to-cdnjs
will need to check that the url is available beforehand (or we could use the fallback?)