This repository was archived by the owner on Jul 13, 2020. It is now read-only.
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
Problem resolving relative URL like '../..' #536
Closed
Description
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!