Currently deno doesn't seem handling a url which doesn't have a file extension. However browsers seem working with such urls.
<script type="module">
import React from 'https://dev.jspm.io/react';
</script>
I think deno should handle those urls as JavaScript because that's more browser compatible and because it allows deno to work with https://dev.jspm.io. If deno works with jspm.io, I think it enables a lot of more meaningful experiments which depends on npm modules.