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.
1 parent a731576 commit 61c9d17Copy full SHA for 61c9d17
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