Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mattheyan opened this issue Nov 23, 2021 · 0 comments
Open

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

mattheyan opened this issue Nov 23, 2021 · 0 comments

Comments

@mattheyan
Copy link
Contributor

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 "$_$"; }); });

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

No branches or pull requests

1 participant