-
Notifications
You must be signed in to change notification settings - Fork 9
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
Parse Result namespace Source Map does not account for multiple files #42
Comments
@zdne This makes sense to me. |
RFC0006 made sure the current source map refract is future-proof for adding multiple file support. |
I don't think we should close this since we didn't add multiple file support yet. We just made the existing structure future proof. |
Wish granted :) |
@smizell Should we move this to api-elements repo? |
Move to API Elements. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the prism of solving apiaryio/api-blueprint#8 the source map should be not only be capable of holding the location within a file but also be able to identify the file.
This is currently not the case and should we need it in a future the Source Map element would have to be changed in a backward incompatible way.
The text was updated successfully, but these errors were encountered: