-
Notifications
You must be signed in to change notification settings - Fork 7
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
fast-uri still not compatible for AJV #85
Comments
Somehow strange if i fix the #ref to be Added the unit tests of uri-js #86 |
Yeah, I mean, I am confused as to why uri-js even succeeds with the encoded ref but ultimately it does and now we have to continue supporting it. |
Hmm, I will try to resolve this for good this weekend but we might have to create 2 modes ultimately @Uzlopak suggested a full rewrite would probably be faster to support url-js |
I have released 8.17.1 of AJV with fast-uri after the recent fixes for browser support and another issue we found. No guarantees there aren't any others but I will stay on top of issues and hopefully if anything else comes up it can be fixed forward. |
Awesome news @jasoniangreen! |
@jasoniangreen based on the timeline of this issue and no comment so far i assume we can close it. Can you confirm? |
Prerequisites
Fastify version
2.4.0
Plugin version
No response
Node.js version
18.x
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
14.5
Description
Hi there, I know you're all keen to get fast-uri compatible to be used as default in AJV. I setup the following test with the latest version and it still fails while
uri-js
passes.Link to code that reproduces the bug
No response
Expected Behavior
Should log
true
with fast-uri just as it does withuri-js
which can you see if you comment out the line that adds fast-uri.The text was updated successfully, but these errors were encountered: