-
Notifications
You must be signed in to change notification settings - Fork 64
Improve relativeBase
#76
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
Comments
I agree. I ran into this as well and I think the reason I didn't fix this before was tests depend on it, but I can fix this. |
Bump :) |
Hi @whitlockjc : Do you expect you will have any time to work on this? |
I'm working on it as we speak. :) Sorry for the delay, I don't work on Swagger tooling during my day job work anymore. |
The new resolver is deprecating |
Thanks! Will be happy to take a look as I have a chance again... |
Does the change away from "relativeBase" mean that it will no longer work with relative paths? I was using it in this way before and it doesn't seem to work with a change as it says the file cannot be found (at a path not taking into account my "location")... |
|
Uh oh!
There was an error while loading. Please reload this page.
I would like
relativeBase
to potentially be a relative path itself (relative towindow.location.href
) and for it to be possible for this to differ from the base URL for the URL supplied toresolveRefsAt
.For example, if I have:
...I'd wish for
localesBase
to only apply to refs withinlanguages.json
, but not to the path oflanguages.json
itself.The text was updated successfully, but these errors were encountered: