Skip to content

Type filter in property path cannot contain "." characters #75

Description

Any . characters in type filters in property paths are being replaced (to avoid interfering with parsing), but are not restored afterwards. This means that a type filter with .s, ex: Root<Some.Type.Name>.OtherProperty will not work.

path = path.replace(/<[^>]*>/ig, function (e) { return e.replace(/\./ig, function () { return "$_$"; }); });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions