fix: leave multiline strings in literal mode (#822)

This commit is contained in:
Ivan Osypov
2022-08-23 11:59:21 +03:00
committed by GitHub
parent 4b3b0d827d
commit 06c9e392e4
6 changed files with 84 additions and 4 deletions

View File

@@ -107,6 +107,7 @@ export function dumpBundle(obj: any, format: BundleOutputFormat, dereference?: b
} else {
return stringifyYaml(obj, {
noRefs: !dereference,
lineWidth: -1,
});
}
}