This issue is for inline
@devongovett and where are the details? maybe I could help something?
Do I get it right that with this feature it will be possible to use import directly from inline scripts?
<script type="module">
import $ from 'spect'
$`.login`.on('submit', e => {
})
</script>
Yes, the expectation is that our new approach to this will be able to resolve modules.
Complete.