We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c6d51a + 0b6be7a commit 7a899bcCopy full SHA for 7a899bc
4 files changed
lib/parsers/yaml.js
@@ -45,7 +45,7 @@ module.exports = {
45
46
if (typeof data === "string") {
47
try {
48
- return yaml.safeLoad(data);
+ return yaml.load(data);
49
}
50
catch (e) {
51
throw new ParserError(e.message, file.url);
0 commit comments