Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Problem resolving relative URL like '../..' #536

Closed
roman-petrov opened this issue Sep 7, 2017 · 3 comments
Closed

Problem resolving relative URL like '../..' #536

roman-petrov opened this issue Sep 7, 2017 · 3 comments

Comments

@roman-petrov
Copy link

roman-petrov commented Sep 7, 2017

When upgrading SystemJS dependency I encountered a problem related to es-module-loader related to commit
5c23a11#diff-99b2b3749b74bdf15be5f4ded2c4324a.

In version below 2.2.4:

resolveIfNotPlain('../..', 'path/to/test/module.js') returns a string "path/"

After 2.2.4 due to changes in commit above:

resolveIfNotPlain('../..', 'path/to/test/module.js') returns a string "path/to/.."

Can you please clarify, is this a bug or planned breaking change in 2.2.4 ?...

Many thanks!

@guybedford
Copy link
Member

Thanks, I've added this back in 4c9a9ff.

@guybedford
Copy link
Member

Released in 2.2.8.

@roman-petrov
Copy link
Author

Thank you very much for the update!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants