Skip to content
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

@roman-petrov

Description

@roman-petrov

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions