Conversation
🦋 Changeset detectedLatest commit: 802768a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphprotocol/graph-cli |
0.96.0-alpha-20250211183825-802768a7b811892d1c945e88491926e436413436 |
npm ↗︎ unpkg ↗︎ |
@graphprotocol/graph-ts |
0.38.0-alpha-20250211183825-802768a7b811892d1c945e88491926e436413436 |
npm ↗︎ unpkg ↗︎ |
59f799f to
564b43c
Compare
Deploying graph-tooling with
|
| Latest commit: |
802768a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4a91756e.graph-tooling.pages.dev |
| Branch Preview URL: | https://ion-add-yaml-support.graph-tooling.pages.dev |
46c291a to
12864a4
Compare
2 tasks
Collaborator
|
Thanks for the PR. Can you add some unit tests in |
12864a4 to
a1920a6
Compare
a1920a6 to
99d12e9
Compare
Member
Author
|
@YaroShkvorets I added tests to the PR |
YaroShkvorets
approved these changes
Feb 11, 2025
Collaborator
YaroShkvorets
left a comment
There was a problem hiding this comment.
Added one more test. Looks good.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds type definitions for two host functions that parse YAML documents and defines some helper methods to make working with YAML types nicer.
The main use case for this feature is to parse subgrah manifests, but it is flexible enough to allow parsing any YAML document.
Part of graphprotocol/graph-node#5772
Host functions are implemented in graphprotocol/graph-node#5785