We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7901e7 commit b9e63d6Copy full SHA for b9e63d6
lib/loader/repository.js
@@ -63,7 +63,6 @@ exports.create = (repository) => {
63
const content = Buffer.from(result.data.content, 'base64');
64
65
if (options.json) {
66
- // @todo: cache parsed JSON, parse YAML
67
return JSON.parse(content.toString());
68
}
69
0 commit comments