Skip to content

Handling of urls which don't have file extension #702

@kt3k

Description

@kt3k

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working correctly

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions