-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: edge case for transplanting multiline json string (#102)
* Fix: edge case for transplanting multiline json string When trying to copy a multiline json string from a yaml to a string in another yaml, there are issues with the JSON being parsed during the initial get which is undesireable. if this edge case applies to you, you can use this new type jsonString to let us know it is a json string that you want to stay a json string at its destination. we will force the quotes back to the proper escape level. * Build: npm audit-ci breaking the build, going back to npm audit
- Loading branch information
Showing
4 changed files
with
6 additions
and
194 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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