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.
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
feat: add support for json path syntax #54
feat: add support for json path syntax #54
Changes from all commits
63f4953
4b2c463
ffe4f14
3b90cc9
a2af49f
e6309c1
312cad1
f864b2f
7789cae
17241c3
89a7388
078895a
f6b2fab
b1cc70d
dab28b3
7bc0733
2ff4c0a
aeb5912
e7b37fa
a9e591a
71f3b06
6b5269e
9fa7b50
644f7aa
0625be4
9ca6100
e386ebb
71e11c0
84aaabf
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Replace
Function
type with more specific function types to enhance type safety.Also applies to: 13-13, 20-20, 25-25
Tools
Biome
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.
Replace
this
withJsonTemplateEngine
andFunction
type with a more specific function type in static methods to enhance clarity and type safety.Also applies to: 11-11
Committable suggestion
Tools
Biome
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.
Consider refactoring
parseMappingPaths
to improve readability by breaking down complex expressions.Committable suggestion