We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704b728 commit bb9559aCopy full SHA for bb9559a
src/generators/legacy-json/index.mjs
@@ -79,6 +79,7 @@ export default {
79
const out = join(output, `${section.api}.json`);
80
81
await writeFile(out, JSON.stringify(section, [
82
+ // TODO: remove this array once all the additional keys have been introduced downstream
83
'added',
84
'changes',
85
'classes',
0 commit comments