Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

protocol relative localhost should work #44

Closed
bmeck opened this issue Aug 14, 2017 · 3 comments
Closed

protocol relative localhost should work #44

bmeck opened this issue Aug 14, 2017 · 3 comments

Comments

@bmeck
Copy link

bmeck commented Aug 14, 2017

// a.mjs
import '//localhost/path/to/thing'
import 'file://localhost/path/to/thing'

Should be the same.

@jdalton
Copy link
Member

jdalton commented Aug 14, 2017

Thanks @bmeck!

Oh snao, even without the file:// protocol (so no protocol)? Is that covered in the EPS?

@bmeck
Copy link
Author

bmeck commented Aug 14, 2017

// is protocol relative and EP provides file: base locations for URL resolution, so yes.

@jdalton
Copy link
Member

jdalton commented Aug 15, 2017

Closed by a64711e.
I'll be adding a round of unit tests over the next couple of days to solidify support.

@jdalton jdalton closed this as completed Aug 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants