-
Notifications
You must be signed in to change notification settings - Fork 1.8k
JS: extract YAML library to a shared pack #12780
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
Conversation
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
07add5f
to
ead8108
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
The change should be very non-breaking, as long as you don't do weird extends
/ @overrides
.
But it still deserves a chance-note that a new shared YAML library has been added.
Also, I've written some of this, so I think you should get someone else from dynamic to also approve this PR.
And a change-note in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also LGTM
This pull request moves the YAML library used by JavaScript into a shared QL pack to make it re-usable by other languages.