We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7078901 commit 7da8299Copy full SHA for 7da8299
1 file changed
src/generators/legacy-json-all/index.mjs
@@ -86,7 +86,7 @@ export default {
86
await writeFile(
87
join(output, 'all.json'),
88
JSON.stringify(
89
- section,
+ generatedValue,
90
[
91
// TODO: remove this array once all the additional keys have been introduced downstream
92
'added',
0 commit comments